Documentation ¶ Index ¶ func New(ctx context.Context, cfg *config.Config) plugins.IPlugin type Sqlite func (s *Sqlite) PreloadByVersion() error func (s *Sqlite) Read(fileName, key string) ([]byte, error) func (s *Sqlite) Save(fileName, key string, data []byte) error func (s *Sqlite) SetVersion(_ string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New(ctx context.Context, cfg *config.Config) plugins.IPlugin Types ¶ type Sqlite ¶ type Sqlite struct { // contains filtered or unexported fields } func (*Sqlite) PreloadByVersion ¶ added in v0.1.14 func (s *Sqlite) PreloadByVersion() error func (*Sqlite) Read ¶ func (s *Sqlite) Read(fileName, key string) ([]byte, error) func (*Sqlite) Save ¶ func (s *Sqlite) Save(fileName, key string, data []byte) error func (*Sqlite) SetVersion ¶ func (s *Sqlite) SetVersion(_ string) error Source Files ¶ View all Source files sqlite.go Click to show internal directories. Click to hide internal directories.