Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GroupService ¶
type GroupService struct {
// contains filtered or unexported fields
}
GroupService groups multiple agents under one service; each agent is exposed as an individual method.
func NewGroupService ¶
func NewGroupService(name string, orch *mcpsvc.Service) *GroupService
func (*GroupService) Add ¶
func (gs *GroupService) Add(method string, ag *agent.Agent)
Add links an agent to the specified method.
func (*GroupService) Method ¶
func (gs *GroupService) Method(name string) (types.Executable, error)
Method returns executable for given method.
func (*GroupService) Methods ¶
func (gs *GroupService) Methods() types.Signatures
func (*GroupService) Name ¶
func (gs *GroupService) Name() string
Click to show internal directories.
Click to hide internal directories.