# Functions
NewAuth creates a new auth container.
NewLoader creates a new loader container for the slave node.
NewReceiveChanelRequestContainer creates a new request container.
NewRequestConnectionMapper creates a new request connection mapper.
NewRequestTermCaster creates a new request term caster.
NewSlaveContainer creates a new container for the slave node.
NewStore creates a new store.
NewTarget creates a new target container for the slave node.
# Variables
ErrInvalidAuthID is returned when the auth id is invalid.
ErrInvalidAuthType is returned when the auth type is invalid.
ErrInvalidLoaderID is returned when the loader id is invalid.
ErrRequestNotFound is returned when the request is not found.
# Structs
Auth is the struct to store auth information.
AuthResourceRequest is the struct to store auth resource request.
CommandMapData represents the data for the command map.
Encryption is the struct to store encryption information.
Loader represents the loader container for the slave node.
LoaderResourceRequest is a struct that represents a request to the loader resource.
ReceiveChanelRequestContainer is a struct that represents a container for the receive chanel requests.
RequestConnectionMapper is a struct that represents a request connection mapper.
RequestTermCaster is an interface that represents a request term caster.
SlaveContainer represents the container for the slave node.
Store is the interface to store the data.
StoreData is the struct to store the store data.
StoreDataKey is the struct to store the store data key.
StoreDataRequest is the struct to store the store data request.
StoreResourceRequest is the struct to store the store resource request.
StoreRespectiveRequest is the struct to store the store respective request.
Target represents the target container for the slave node.
TargetResourceRequest represents a target resource request.