Documentation
¶
Index ¶
Constants ¶
View Source
const Dirname = ".hfc"
Dirname is the name of the state directory next to the configuration file.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type State ¶
type State struct {
// contains filtered or unexported fields
}
State represents the state directory for a project.
func Get ¶
Get returns the state associated with the configuration at the provided path, creating the state directory if necessary.
func (State) BinaryPath ¶
BinaryPath returns the relative file path to the named Go binary in the state directory.
func (State) LatestLambdaPackagePath ¶
LatestLambdaPackagePath returns the absolute path to the file containing the S3 key of the latest Lambda deployment package.
Click to show internal directories.
Click to hide internal directories.