package
1.4.0
Repository: https://github.com/choria-io/go-protocol.git
Documentation: pkg.go.dev

# Functions

NewRemoteSignedSecureRequest is a NewSecureRequest that delegates the signing to a remote signer like aaasvc.
NewReply creates a choria:reply:1 based on a previous Request.
NewReplyFromSecureReply create a choria:reply:1 based on the data contained in a SecureReply.
NewRequest creates a choria:request:1.
NewRequestFromSecureRequest creates a choria::request:1 based on the data contained in a SecureRequest.
NewSecureReply creates a choria:secure:reply:1.
NewSecureReplyFromTransport creates a new choria:secure:reply:1 from the data contained in a Transport message.
NewSecureRequest creates a choria:secure:request:1.
NewSecureRequestFromTransport creates a new choria:secure:request:1 from the data contained in a Transport message.
NewTransportFromJSON creates a new TransportMessage from JSON.
NewTransportMessage creates a choria:transport:1.

# Interfaces

No description provided by the author