echo
package v0.27.3
Go to latest Published: Aug 1, 2023 License:AGPL-3.0
Opens a new window with list of versions in this module.
Latest LatestThis package is not in the latest version of its module.
Opens a new window with license information.
Imports:12 Opens a new window with list of imports.
Imported by:0 Opens a new window with list of known importers.
Details
Validgo.mod file
The Go module system was introduced in Go 1.11 and is the official dependency management solution for Go.
Redistributable license
Redistributable licenses place minimal restrictions on how software can be used, modified, and redistributed.
Tagged version
Modules with tagged versions give importers more predictable builds.
Stable version
When a project reaches major version v1 it is considered stable.
- Learn more about best practices
Repository
Links
Documentation¶
Index¶
Constants¶
This section is empty.
Variables¶
View Source
var (// ParseComplete is a helper to indicate an empty parse completion.ParseComplete = []*proto.Parse_Response{{Type: &proto.Parse_Response_Complete{Complete: &proto.Parse_Complete{},},}}// ProvisionComplete is a helper to indicate an empty provision completion.ProvisionComplete = []*proto.Provision_Response{{Type: &proto.Provision_Response_Complete{Complete: &proto.Provision_Complete{},},}}// ProvisionFailed is a helper to convey a failed provision// operation.ProvisionFailed = []*proto.Provision_Response{{Type: &proto.Provision_Response_Complete{Complete: &proto.Provision_Complete{Error: "failed!",},},}})
Functions¶
funcProvisionApplyWithAgent¶added inv0.20.0
func ProvisionApplyWithAgent(authTokenstring) []*proto.Provision_Response
ProvisionApplyWithAgent returns provision responses that will mock a fake"aws_instance" resource with an agent that has the given auth token.
funcServe¶
func Serve(ctxcontext.Context, filesystemafero.Fs, options *provisionersdk.ServeOptions)error
Serve starts the echo provisioner.
Types¶
typeResponses¶
type Responses struct {Parse []*proto.Parse_ResponseProvisionApply []*proto.Provision_ResponseProvisionPlan []*proto.Provision_Response}
Click to show internal directories.
Click to hide internal directories.