Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewTmpPebbleStateStore ¶
func NewTmpPebbleStateStore() (api.StateStore, error)
Types ¶
type PebbleStateStore ¶
type PebbleStateStore struct { api.StateStore // contains filtered or unexported fields }
func NewPebbleStateStore ¶
func NewPebbleStateStore(config *PebbleStateStoreConfig, logger *slog.Logger) (*PebbleStateStore, error)
func (*PebbleStateStore) Close ¶
func (s *PebbleStateStore) Close() error
type PebbleStateStoreConfig ¶
type PebbleStateStoreConfig struct {
DirName string
}
Click to show internal directories.
Click to hide internal directories.