Documentation ¶ Index ¶ type Fake func New() *Fake func (f *Fake) API() api.Interface func (f *Fake) Run(ctx context.Context) error func (f *Fake) WithAPI(a api.Interface) *Fake func (f *Fake) WithRun(fn func(context.Context) error) *Fake Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Fake ¶ type Fake struct { // contains filtered or unexported fields } func New ¶ func New() *Fake func (*Fake) API ¶ func (f *Fake) API() api.Interface func (*Fake) Run ¶ func (f *Fake) Run(ctx context.Context) error func (*Fake) WithAPI ¶ func (f *Fake) WithAPI(a api.Interface) *Fake func (*Fake) WithRun ¶ func (f *Fake) WithRun(fn func(context.Context) error) *Fake Source Files ¶ View all Source files fake.go Click to show internal directories. Click to hide internal directories.