package
0.0.0-20240115022734-de3484d97ac7
Repository: https://github.com/wasabee-project/wasabee-server.git
Documentation: pkg.go.dev

# Functions

AddToRemote is called to add an agent to various services.
AgentDeleteOperation instructs a single agent to delete an operation (e.g.
DeleteOperation is called to broadcst a delete operation command to all agents (e.g.
RegisterMessageBus is called by a service to register with the messaging system.
RemoveFromRemote is called to remove an agent from various services.
RemoveMessageBus is called to remove a service from the messaging system.
SendAnnounce sends a generic message to a team if opID is nil, it is not used.
SendAssignment sends a task to an agent.
SendMessage is used to send a generic message to a single agent.
SendTarget is called to send target information to agents.

# Structs

Announce is the type used for the SendAnnounce call.
Bus is the type that services use to register with the messaging framework.
Target is the type used for the SendTarget call.

# Type aliases

GoogleID is a wrapper for model.GoogleID.
OperationID is a wrapper for model.OperationID.
TaskID is a wrapper for model.TaskID.
TeamID is a wrapper for model.TeamID.