galiasreader

package
v1.7.10 Latest Latest
Warning

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

Go to latest
Published: Mar 3, 2022 License: BSD-3-Clause Imports: 3 Imported by: 0

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 galiasreaderproto.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 {
	galiasreaderproto.UnimplementedAliasReaderServer
	// 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 (*Server) Lookup

func (*Server) PrimaryAlias

func (s *Server) PrimaryAlias(
	_ context.Context,
	req *galiasreaderproto.ID,
) (*galiasreaderproto.Alias, error)

Jump to

Keyboard shortcuts

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