Documentation ¶ Index ¶ Constants type Store func Open(logDir string) (*Store, bool, error) func (s *Store) Close() error func (s *Store) Load(ctx context.Context) ([]byte, error) func (s *Store) Path() string func (s *Store) Save(ctx context.Context, payload, metrics []byte) error Constants ¶ View Source const ( FileName = "metadata.sqlite" ) Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Store ¶ type Store struct { // contains filtered or unexported fields } func Open ¶ func Open(logDir string) (*Store, bool, error) func (*Store) Close ¶ func (s *Store) Close() error func (*Store) Load ¶ func (s *Store) Load(ctx context.Context) ([]byte, error) func (*Store) Path ¶ func (s *Store) Path() string func (*Store) Save ¶ func (s *Store) Save(ctx context.Context, payload, metrics []byte) error Source Files ¶ View all Source files sqlite.go Click to show internal directories. Click to hide internal directories.