package
1.0.21
Repository: https://github.com/cresplanex/bloader.git
Documentation: pkg.go.dev

# Packages

Package slcontainer provides the container for the slave node.

# Functions

NewServer creates a new server for the worker node.
NewSlaveOutput creates a new SlaveOutput.
Run runs the slave node.
StreamServerInterceptor is a server-side interceptor that encrypts the request and decrypts the response.
UnaryServerEncryptInterceptor is a server-side interceptor that encrypts the request and decrypts the response.

# Variables

ErrCommandNotFound represents an error when the command is not found.
ErrFailedToSendLoaderResourceRequest represents an error when the loader resource request is failed to send.
ErrInvalidCommandID represents an error when the command ID is invalid.
ErrInvalidConnectionID represents an error when the connection ID is invalid.
ErrInvalidEnvironment represents an error when the environment is invalid.
ErrLoaderNotFound represents an error when the loader is not found.
ErrRequestNotFound is returned when the request is not found.

# Structs

AuthenticatorFactor represents the slave authenticator factor.
Output represents the slave output service.
OutputFactor represents the factory.
Server represents the server for the worker node.
Store represents the store for the slave node.
TargetFactor represents the factory for the slave target.
TmplFactor represents the slave template factor.