Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EntryRepository ¶
type EntryRepository struct {
// contains filtered or unexported fields
}
func NewEntryRepository ¶
func (*EntryRepository) Stop ¶
func (r *EntryRepository) Stop()
func (*EntryRepository) StoreEntryList ¶
type Logger ¶
type Logger interface { Debug(ctx context.Context, args ...interface{}) Debugf(ctx context.Context, template string, args ...interface{}) Info(ctx context.Context, args ...interface{}) Infof(ctx context.Context, template string, args ...interface{}) Warn(ctx context.Context, args ...interface{}) Warnf(ctx context.Context, template string, args ...interface{}) Error(ctx context.Context, args ...interface{}) Errorf(ctx context.Context, template string, args ...interface{}) }
Click to show internal directories.
Click to hide internal directories.