Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Action ¶
type Action struct {
Steps []Steps // using UnmarshalYAML so that we don't need a custom type per action
}
func (*Action) UnmarshalYAML ¶
UnmarshalYAML takes any yaml in this form ACTION: - aws: ... and puts the steps into the Action.Steps field
type Mixin ¶
func (*Mixin) Build ¶
Build will generate the necessary Dockerfile lines for an invocation image using this mixin
func (*Mixin) PrintSchema ¶
func (*Mixin) PrintVersion ¶
func (m *Mixin) PrintVersion()
type TestMixin ¶
type TestMixin struct { *Mixin TestContext *context.TestContext }
func NewTestMixin ¶
NewTestMixin initializes a mixin test client, with the output buffered, and an in-memory file system.
Click to show internal directories.
Click to hide internal directories.