Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option func(opts *options)
func WithBatchCount ¶
func WithLogger ¶
func WithSQLURL ¶
type SQLStorage ¶
type SQLStorage struct { Table map[string]struct{} // contains filtered or unexported fields }
func New ¶
func New(opts ...Option) (*SQLStorage, error)
func (*SQLStorage) Flush ¶
func (s *SQLStorage) Flush() error
Click to show internal directories.
Click to hide internal directories.