Documentation
¶
Index ¶
Constants ¶
View Source
const ( IntegrationPackage = "gopkg.in/bblfsh/sdk.v1/sdk/driver/integration" TestCommandDescription = "" + "test runs all the integration tests for a given driver" )
View Source
const BuildCommandDescription = "" +
"updates the manifest with the build information"
View Source
const EnvVarsCommandDescription = "" +
"prints the manifest as a list of variables ready to be evaluated by bash or make"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BuildCommand ¶ added in v1.1.0
type BuildCommand struct {
Args struct {
Version string `positional-arg-name:"version" description:"version been build"`
} `positional-args:"yes"`
Output string `long:"output" description:"file to be written."`
// contains filtered or unexported fields
}
func (*BuildCommand) Execute ¶ added in v1.1.0
func (c *BuildCommand) Execute(args []string) error
type EnvVarsCommand ¶ added in v1.1.0
type EnvVarsCommand struct {
// contains filtered or unexported fields
}
func (*EnvVarsCommand) Execute ¶ added in v1.1.0
func (c *EnvVarsCommand) Execute(args []string) error
type TestCommand ¶ added in v1.1.0
type TestCommand struct {
Endpoint string `long:"endpoint" default:"localhost:9432" description:"grpc endpoint to run the test against."`
// contains filtered or unexported fields
}
func (*TestCommand) Execute ¶ added in v1.1.0
func (c *TestCommand) Execute(args []string) error
Click to show internal directories.
Click to hide internal directories.