Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { ServiceName string ServiceAddr string Addrs []string Metadata map[string]string Timeout time.Duration Secure bool TLSConfig *tls.Config Context context.Context }
Registry Options
type RegisterOption ¶
type RegisterOption func(*RegisterOptions)
func RegisterInterval ¶
func RegisterInterval(interval time.Duration) RegisterOption
func RegisterTTL ¶
func RegisterTTL(ttl time.Duration) RegisterOption
type RegisterOptions ¶
Click to show internal directories.
Click to hide internal directories.