Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StoreConfig ¶
type StoreConfig struct {
URL string `split_words:"true" required:"true"`
ReindexOnBoot bool `split_words:"true" default:"false"`
Insecure bool `split_words:"true" default:"false"`
CertPath string `split_words:"true"`
PoolPath string `split_words:"true"`
}
func (StoreConfig) Validate ¶
func (c StoreConfig) Validate() error
Click to show internal directories.
Click to hide internal directories.