Documentation ¶ Index ¶ type Service type Services func New(flags ...Service) Services func (s *Services) Append(flag Service) func (s Services) IsGossip() bool func (s Services) IsNetwork() bool func (s Services) String() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Service ¶ type Service int const ( None Service = 0x00 Network Service = 0x01 Gossip Service = 0x02 ) type Services ¶ type Services int func New ¶ func New(flags ...Service) Services func (*Services) Append ¶ func (s *Services) Append(flag Service) func (Services) IsGossip ¶ func (s Services) IsGossip() bool func (Services) IsNetwork ¶ func (s Services) IsNetwork() bool func (Services) String ¶ func (s Services) String() string Source Files ¶ View all Source files services.go Click to show internal directories. Click to hide internal directories.