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 a subnet lookup that talks over RPC.
func NewClient ¶
func NewClient(client subnetlookuppb.SubnetLookupClient) *Client
NewClient returns an alias lookup connected to a remote alias lookup
type Server ¶
type Server struct { subnetlookuppb.UnsafeSubnetLookupServer // contains filtered or unexported fields }
Server is a subnet lookup that is managed over RPC.
func NewServer ¶
func NewServer(aliaser snow.SubnetLookup) *Server
NewServer returns a subnet lookup connected to a remote subnet lookup
func (*Server) SubnetID ¶
func (s *Server) SubnetID( _ context.Context, req *subnetlookuppb.SubnetIDRequest, ) (*subnetlookuppb.SubnetIDResponse, error)
Click to show internal directories.
Click to hide internal directories.