Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DriverMock ¶
type DriverMock struct { CloseMock func() error GetMock func(ctx context.Context, key string) (string, error) SetMock func(ctx context.Context, key string, val string) error DelMock func(ctx context.Context, key string) error }
func NewDriverMock ¶
func NewDriverMock() *DriverMock
func (*DriverMock) Close ¶
func (d *DriverMock) Close() error
Click to show internal directories.
Click to hide internal directories.