Documentation
¶
Overview ¶
Package disk provides configuration for disk-based storage implementations
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
Config holds configuration parameters for disk storage including file and bucket names
func NewConfig ¶
func NewConfig() *Config
NewConfig creates a new Config instance with empty file and bucket names
func (*Config) Name ¶
Name returns an error (appears to be a placeholder or incomplete implementation)
func (*Config) WithBucketName ¶
WithBucketName sets the bucket name for the configuration and returns the Config for chaining
func (*Config) WithFileName ¶
WithFileName sets the file name for the configuration and returns the Config for chaining
type Store ¶
Store provides disk-based storage using BoltDB for storable objects
func NewStorageStore ¶
NewStorageStore creates a new disk-based storage instance with the given configuration