package
0.1.1
Repository: https://github.com/centrify/platform-go-sdk.git
Documentation: pkg.go.dev

# Functions

ConnectToServer is OS-dependent code for connecting to an internal endpoint.
DoAsyncRequest sends a command to the LRPC server.
DoRequest sends a command to the LRPC server and waits for the response Input parameters: cl: Pointer to an object that implements the MessageClient interface.
NewLrpc2ClientSession create a new LRPC2 client session object.
NewLrpc2SessionServer creates a session server for the specific endpoint.
NewSessionCtxt creates a session context object.
StartListener is OS-dependent function to establish an internal listener.

# Constants

# Variables

LRPC2 errors.
LRPC2 errors.
LRPC2 errors.
LRPC2 errors.
LRPC2 errors.
LRPC2 errors.
LRPC2 errors.
LRPC2 errors.
LRPC2 errors.
LRPC2 errors.
Common server errors.
Common server errors.
Common server errors.
Message status while Processing LRPC2 Message, these have same status name as 'C' part.
Message status while Processing LRPC2 Message, these have same status name as 'C' part.
Message status while Processing LRPC2 Message, these have same status name as 'C' part.
Message status while Processing LRPC2 Message, these have same status name as 'C' part.
Message status while Processing LRPC2 Message, these have same status name as 'C' part.
Message status while Processing LRPC2 Message, these have same status name as 'C' part.
Message status while Processing LRPC2 Message, these have same status name as 'C' part.
Message status while Processing LRPC2 Message, these have same status name as 'C' part.
Message status while Processing LRPC2 Message, these have same status name as 'C' part.
Message status while Processing LRPC2 Message, these have same status name as 'C' part.

# Structs

Lrpc2SessionServer defines a simple session server.
SessionCtxtBase manages application-dependent session information that is shared by command handlers processing messages in the same LRPC session.

# Interfaces

AccessControlLevel provides Access Control Level for creating listener.
MessageClient defines all the required functions that a message client must implement.
MessageServer defines all the required functions that a message server must implement.
SessionCtxt specifies the interface for getting information about the the current LRPC session.
SessionServer specifies the methods that a session server must implement.

# Type aliases

CommandHandler is the function prototype of a handler that handles a LRPC message.