package
0.0.0-20241202184712-a3b39dcb9a80
Repository: https://github.com/advanced-go/common.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewCache - create a message cache.
NewCacheHandler - handler to receive messages into a cache.
No description provided by the author
NewControlAgent - create an agent that only listens on a control channel, and has a default AgentRun func.
No description provided by the author
No description provided by the author
No description provided by the author
NewExchange - create a new controller2.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Ping - function to "ping" an agent.
Receiver - receives reply messages and forwards to a function which will return true if the receiving is complete.
SendReply - function used by message recipient to reply with a Status.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
disable data channel receive.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
enable data channel receive.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Cache - message cache by uri.
No description provided by the author
Exchange - controller2 directory.
Message - message.
No description provided by the author
No description provided by the author

# Interfaces

Agent - intelligent agent TODO : Track agent assignment as part of the URI or separate identifier?? //Uri() string //Message(m *Message) Track agent NID or class/type?.
No description provided by the author
No description provided by the author
No description provided by the author
OnShutdown - add functions to be run on shutdown.
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
Handler - uniform interface for message handling.
Map - map of messages.
SendFunc - uniform interface for messaging.