Versions in this module Expand all Collapse all v1 v1.0.0 Jun 19, 2022 Changes in this version + var AliasReader_ServiceDesc = grpc.ServiceDesc + var File_galiasreaderproto_aliasreader_proto protoreflect.FileDescriptor + func RegisterAliasReaderServer(s grpc.ServiceRegistrar, srv AliasReaderServer) + type Alias struct + Alias string + func (*Alias) Descriptor() ([]byte, []int) + func (*Alias) ProtoMessage() + func (x *Alias) GetAlias() string + func (x *Alias) ProtoReflect() protoreflect.Message + func (x *Alias) Reset() + func (x *Alias) String() string + type AliasList struct + Aliases []string + func (*AliasList) Descriptor() ([]byte, []int) + func (*AliasList) ProtoMessage() + func (x *AliasList) GetAliases() []string + func (x *AliasList) ProtoReflect() protoreflect.Message + func (x *AliasList) Reset() + func (x *AliasList) String() string + type AliasReaderClient interface + Aliases func(ctx context.Context, in *ID, opts ...grpc.CallOption) (*AliasList, error) + Lookup func(ctx context.Context, in *Alias, opts ...grpc.CallOption) (*ID, error) + PrimaryAlias func(ctx context.Context, in *ID, opts ...grpc.CallOption) (*Alias, error) + func NewAliasReaderClient(cc grpc.ClientConnInterface) AliasReaderClient + type AliasReaderServer interface + Aliases func(context.Context, *ID) (*AliasList, error) + Lookup func(context.Context, *Alias) (*ID, error) + PrimaryAlias func(context.Context, *ID) (*Alias, error) + type ID struct + Id []byte + func (*ID) Descriptor() ([]byte, []int) + func (*ID) ProtoMessage() + func (x *ID) GetId() []byte + func (x *ID) ProtoReflect() protoreflect.Message + func (x *ID) Reset() + func (x *ID) String() string + type UnimplementedAliasReaderServer struct + func (UnimplementedAliasReaderServer) Aliases(context.Context, *ID) (*AliasList, error) + func (UnimplementedAliasReaderServer) Lookup(context.Context, *Alias) (*ID, error) + func (UnimplementedAliasReaderServer) PrimaryAlias(context.Context, *ID) (*Alias, error) + type UnsafeAliasReaderServer interface