Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(log iface.MessageLogger, reader StoreReader) iface.Logger
Types ¶
type Store ¶
type Store interface {
StoreReader
StoreWriter
}
type StoreReader ¶
type StoreReader interface {
Values() []string
// contains filtered or unexported methods
}
type StoreWriter ¶
type StoreWriter interface {
Add(value ...string)
// contains filtered or unexported methods
}
Click to show internal directories.
Click to hide internal directories.