Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Repository ¶
type Repository interface {
CreateOrReplace(ctx context.Context, ik *IDXKey) error
FindByKey(ctx context.Context, key string) (*IDXKey, error)
DeleteByKey(ctx context.Context, key string) error
DeleteAll(ctx context.Context) error
}
Repository is the interface that has to be fulfiled to interact with IDXKeys
Click to show internal directories.
Click to hide internal directories.