# Functions
ErrorfAddressNotReachable calls ErrAddressNotReachable.Errorf with the supplied arguments.
ErrorfCantAcceptFromTag calls ErrCantAcceptFromTag.Errorf with the supplied arguments.
ErrorfInvalidAddress calls ErrInvalidAddress.Errorf with the supplied arguments.
ErrorfNoRegisteredProtocol calls ErrNoRegisteredProtocol.Errorf with the supplied arguments.
Init initializes the vine server mounted under name using auth as its authorization policy and registers the vine protocol.
MessageAddressNotReachable calls ErrAddressNotReachable.Message with the supplied arguments.
MessageCantAcceptFromTag calls ErrCantAcceptFromTag.Message with the supplied arguments.
MessageInvalidAddress calls ErrInvalidAddress.Message with the supplied arguments.
MessageNoRegisteredProtocol calls ErrNoRegisteredProtocol.Message with the supplied arguments.
ParamsErrAddressNotReachable extracts the expected parameters from the error's ParameterList.
ParamsErrCantAcceptFromTag extracts the expected parameters from the error's ParameterList.
ParamsErrInvalidAddress extracts the expected parameters from the error's ParameterList.
ParamsErrNoRegisteredProtocol extracts the expected parameters from the error's ParameterList.
VineClient returns a client stub for Vine.
VineServer returns a server stub for Vine.
WithLocalTag returns a ctx that will have localTag as the default localTag for dialers and acceptors.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
VineDesc describes the Vine interface.
# Structs
PeerBehavior specifies characteristics of a connection.
Type definitions ================ PeerKey is a key that represents a connection from a Dialer tag to an Acceptor tag.
# Interfaces
VineClientMethods is the client interface containing Vine methods.
VineClientStub embeds VineClientMethods and is a placeholder for additional management operations.
VineServerMethods is the interface a server writer implements for Vine.
VineServerStub adds universal methods to VineServerStubMethods.
# Type aliases
VineServerStubMethods is the server interface containing Vine methods, as expected by rpc.Server.