Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Factory ¶
func NewFactory ¶
func NewFactory() *Factory
func (*Factory) Expectations ¶
func (f *Factory) Expectations()
type OnCreateInput ¶
type OnDeleteInput ¶
type Provider ¶
type Provider struct { Type string Name string OnCreateInvocations int OnCreateInputs []OnCreateInput OnCreateOutputs []error OnDeleteInvocations int OnDeleteInputs []OnDeleteInput OnDeleteOutputs []error }
func NewProvider ¶
func (*Provider) Expectations ¶
func (p *Provider) Expectations()
Click to show internal directories.
Click to hide internal directories.