Documentation
¶
Index ¶
- type Fake
- func (f *Fake) Create(ctx context.Context, req *api.CreateTimerRequest) error
- func (f *Fake) Delete(ctx context.Context, req *api.DeleteTimerRequest)
- func (f *Fake) WithCreateFn(fn func(context.Context, *api.CreateTimerRequest) error) *Fake
- func (f *Fake) WithDeleteFn(fn func(context.Context, *api.DeleteTimerRequest)) *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 (*Fake) WithCreateFn ¶
func (*Fake) WithDeleteFn ¶
Click to show internal directories.
Click to hide internal directories.