Documentation ¶ Index ¶ type Config func (c *Config) AfterInject() func (c *Config) BeforeInject() func (c *Config) Build() (*pebble.DB, error) func (c *Config) Init() type DB func (p *DB) Close() error func (p *DB) Config() any func (p *DB) Init() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Config ¶ type Config struct { DirName string pebble.Options } func (*Config) AfterInject ¶ added in v0.2.0 func (c *Config) AfterInject() func (*Config) BeforeInject ¶ added in v0.0.33 func (c *Config) BeforeInject() func (*Config) Build ¶ func (c *Config) Build() (*pebble.DB, error) func (*Config) Init ¶ func (c *Config) Init() type DB ¶ type DB struct { *pebble.DB Conf Config } func (*DB) Close ¶ func (p *DB) Close() error func (*DB) Config ¶ func (p *DB) Config() any func (*DB) Init ¶ func (p *DB) Init() error Source Files ¶ View all Source files pebble.go Click to show internal directories. Click to hide internal directories.