Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Default = &Options{}
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { Pipeline pipeline.Pipeline MasterPersist persist.Persist IsMaster bool AdvertiseAddr string RetryInterval time.Duration TCPAddr string DebugAddr string MemberAddr string Components *component.Components Label string HttpAddr string TSLCertificate string TSLKey string Logger log.Logger Codec codec.Codec Etcd bool }
Options contains some configurations for current node
Click to show internal directories.
Click to hide internal directories.