Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger struct { Enabled bool // When buffer reaches the size of MaxSize, it tries to sync with object store. MaxSize int64 // Whether to compress before syncing the buffer. Compress bool Writer *Writer // contains filtered or unexported fields }
func (*Logger) LoadDefaults ¶
func (l *Logger) LoadDefaults(config ObjectStoreConfig) error
type ObjectStoreConfig ¶
type Writer ¶
type Writer struct { DefaultBucketName string // contains filtered or unexported fields }
func (*Writer) CreateNewBucket ¶
func (*Writer) Load ¶
func (w *Writer) Load(o ObjectStoreConfig) error
Click to show internal directories.
Click to hide internal directories.