Documentation
¶
Index ¶
- Variables
- type Option
- func AutoSync(v bool) Option
- func Bucket(s string) Option
- func Endpoint(addr string) Option
- func Endpoints(addrs []string) Option
- func HeaderTimeoutPerRequest(t time.Duration) Option
- func Password(s string) Option
- func PersistConnection(b bool) Option
- func Provider(s string) Option
- func TLSCertificate(s string) Option
- func TLSConfig(t *tls.Config) Option
- func Timeout(t time.Duration) Option
- func Username(s string) Option
- func UsernamePassword(u string, p string) Option
- type Options
- type RegisterOption
- type RegisterOptions
- type Service
- type Store
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Config = ®istryConfig{ done: make(chan struct{}), } )
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option func(*Options)
func HeaderTimeoutPerRequest ¶
func PersistConnection ¶
func TLSCertificate ¶
func UsernamePassword ¶
type RegisterOption ¶
type RegisterOption func(*RegisterOptions)
Click to show internal directories.
Click to hide internal directories.