# Functions
NewClient returns a Client configured with the provided ClientOpts.
No description provided by the author
NewServer returns a Server configured with the provided ServerOpts.
No description provided by the author
WithServerAddr sets the draft server address the client should dial when invoking an rpc.
WithServerHost sets the draft server host the client should use when invoking an rpc.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
# Structs
AppArchive represents the archived application included in a `draft up`.
UpMessage is the discriminated union of draft up messages exchanged between the client and server.
No description provided by the author
No description provided by the author
UpOptions are configurable settings to use when issuing a `draft up`.
UpRequest indicates the message sent by a draft client and received by a draft server to carry out a draft up command.
UpSummary is the message returned when executing a draft up.
Version represents the wire description of a server's version.
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Handler is the api surface to the rpc package.
RecvStream is returned by a Client for streaming summaries in response to a draft up.
No description provided by the author
Up is the mechanism by which to accept draft up requests initiated by the draft client dispatched by the rpc.Server.
# Type aliases
No description provided by the author
No description provided by the author
StatusCode is the enumeration of the possible status codes returned for a draft up.