...
Package conf
import "github.com/go-kivik/kivik/v4/x/kivikd/conf"
- Overview
- Index
Package conf manages configuration for kivikd.
Conf represents a loaded configuration.
type Conf struct {
*viper.Viper
}
func Load(file string) (*Conf, error)
Load loads the specified config file.
func New() *Conf
New returns an empty Conf.