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 aliasreaderpb.AliasReaderClient) *Client
NewClient returns an alias lookup instance connected to a remote alias lookup instance
type Server ¶
type Server struct { aliasreaderpb.UnsafeAliasReaderServer // contains filtered or unexported fields }
Server enables alias lookups over RPC.
func NewServer ¶
func NewServer(aliaser ids.AliaserReader) *Server
NewServer returns an alias lookup connected to a remote alias lookup
func (*Server) Aliases ¶
func (s *Server) Aliases( _ context.Context, req *aliasreaderpb.ID, ) (*aliasreaderpb.AliasList, error)
func (*Server) Lookup ¶
func (s *Server) Lookup( _ context.Context, req *aliasreaderpb.Alias, ) (*aliasreaderpb.ID, error)
func (*Server) PrimaryAlias ¶
func (s *Server) PrimaryAlias( _ context.Context, req *aliasreaderpb.ID, ) (*aliasreaderpb.Alias, error)
Click to show internal directories.
Click to hide internal directories.