# Functions
New returns new outofband controller command instance.
# Constants
constants for out-of-band.
AcceptInvitationErrorCode is for failures in accept invitation command.
constants for out-of-band.
ActionContinueErrorCode is for failures in action continue command.
constants for out-of-band.
ActionsErrorCode is for failures in actions command.
constants for out-of-band.
ActionStopErrorCode is for failures in action stop command.
command name.
constants for out-of-band.
CreateInvitationErrorCode is for failures in create invitation command.
InvalidRequestErrorCode is typically a code for validation errors for invalid outofband controller requests.
# Structs
AcceptInvitationArgs model
This is used for accepting an invitation.
AcceptInvitationResponse model
Represents a AcceptInvitation response message.
ActionContinueArgs model
This is used when we need to proceed with the protocol.
ActionContinueResponse model
Represents a ActionContinue response message.
ActionsResponse model
Represents Actions response message.
ActionStopArgs model
This is used when action needs to be rejected.
ActionStopResponse model
Represents a ActionStop response message.
Command is controller command for outofband.
CreateInvitationArgs model
This is used for creating an invitation.
CreateInvitationResponse model
Represents a CreateInvitation response message.