Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Plugin ¶
type Plugin struct { *context.Context azureconfig.Config }
func (*Plugin) LoadConfig ¶
type RunOptions ¶
type RunOptions struct { Key string // contains filtered or unexported fields }
func (*RunOptions) Validate ¶
func (o *RunOptions) Validate(args []string, cfg azureconfig.Config) error
type TestPlugin ¶
type TestPlugin struct { *Plugin TestContext *context.TestContext }
func NewTestPlugin ¶
func NewTestPlugin(t *testing.T) *TestPlugin
NewTestPlugin initializes a plugin test client, with the output buffered, and an in-memory file system.
Click to show internal directories.
Click to hide internal directories.