 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
	// contains filtered or unexported fields
}
    Client is an implementation of a messenger channel that talks over RPC.
func NewClient ¶
func NewClient(client gsubnetlookupproto.SubnetLookupClient) *Client
NewClient returns a alias lookup instance connected to a remote alias lookup instance
type Server ¶
type Server struct {
	// contains filtered or unexported fields
}
    Server is a messenger that is managed over RPC.
func NewServer ¶
func NewServer(aliaser snow.SubnetLookup) *Server
NewServer returns a vm instance connected to a remote vm instance
func (*Server) SubnetID ¶
func (s *Server) SubnetID( _ context.Context, req *gsubnetlookupproto.SubnetIDRequest, ) (*gsubnetlookupproto.SubnetIDResponse, error)
SubnetID ...
 Click to show internal directories. 
   Click to hide internal directories.