galiasreader

package
v1.7.14 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 1, 2022 License: BSD-3-Clause Imports: 3 Imported by: 2

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

func (*Client) Aliases

func (c *Client) Aliases(id ids.ID) ([]string, error)

func (*Client) Lookup

func (c *Client) Lookup(alias string) (ids.ID, error)

func (*Client) PrimaryAlias

func (c *Client) PrimaryAlias(id ids.ID) (string, error)

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)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL