Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceSwarm ¶
type ServiceSwarm struct {
// contains filtered or unexported fields
}
func NewServiceSwarm ¶
func NewServiceSwarm(group ...string) *ServiceSwarm
func (*ServiceSwarm) Append ¶
func (sw *ServiceSwarm) Append(svc *service.Service)
func (*ServiceSwarm) KillAll ¶
func (sw *ServiceSwarm) KillAll() error
func (*ServiceSwarm) List ¶
func (sw *ServiceSwarm) List() []*service.Service
func (*ServiceSwarm) RunServices ¶
func (sw *ServiceSwarm) RunServices() error
Click to show internal directories.
Click to hide internal directories.