Versions in this module Expand all Collapse all v0 v0.1.0 Jul 23, 2020 Changes in this version + func New(ctx context.Context, url string, opts ...Option) (pcconfig.ConfigService, error) + func NewWithClient(ctx context.Context, client *kivik.Client, opts ...Option) (pcconfig.ConfigService, error) + type Option interface + func WithBasicAuth(username, password string) Option