Documentation ¶ Index ¶ func NewStorage(index uint64, dataSourceName string) (storage.Storage, error) type Storage func (s *Storage) Close() error func (s *Storage) Decode(ctx context.Context, index string) (origin string, err error) func (s *Storage) Encode(ctx context.Context, origin string) (index string, err error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewStorage ¶ func NewStorage(index uint64, dataSourceName string) (storage.Storage, error) Types ¶ type Storage ¶ type Storage struct { // contains filtered or unexported fields } func (*Storage) Close ¶ func (s *Storage) Close() error func (*Storage) Decode ¶ func (s *Storage) Decode(ctx context.Context, index string) (origin string, err error) func (*Storage) Encode ¶ func (s *Storage) Encode(ctx context.Context, origin string) (index string, err error) Source Files ¶ View all Source files sqlite.go Click to show internal directories. Click to hide internal directories.