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 implements alias lookups that talk over RPC.
func NewClient ¶
func NewClient(client galiaslookupproto.AliasLookupClient) *Client
NewClient returns an alias lookup instance connected to a remote alias lookup instance
type Server ¶
type Server struct { galiaslookupproto.UnimplementedAliasLookupServer // contains filtered or unexported fields }
Server enables alias lookups over RPC.
func NewServer ¶
func NewServer(aliaser snow.AliasLookup) *Server
NewServer returns an alias lookup connected to a remote alias lookup
func (*Server) Lookup ¶
func (s *Server) Lookup( _ context.Context, req *galiaslookupproto.LookupRequest, ) (*galiaslookupproto.LookupResponse, error)
func (*Server) PrimaryAlias ¶
func (s *Server) PrimaryAlias( _ context.Context, req *galiaslookupproto.PrimaryAliasRequest, ) (*galiaslookupproto.PrimaryAliasResponse, error)
Click to show internal directories.
Click to hide internal directories.