prysm_internal_cluster

package
v1.4.4 Latest Latest
Warning

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

Go to latest
Published: Aug 31, 2021 License: GPL-3.0 Imports: 9 Imported by: 16

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_proto_cluster_services_proto protoreflect.FileDescriptor

Functions

func RegisterPrivateKeyServiceServer

func RegisterPrivateKeyServiceServer(s *grpc.Server, srv PrivateKeyServiceServer)

Types

type PrivateKeyRequest

type PrivateKeyRequest struct {
	PodName      string `protobuf:"bytes,1,opt,name=pod_name,json=podName,proto3" json:"pod_name,omitempty"`
	NumberOfKeys uint64 `protobuf:"varint,2,opt,name=number_of_keys,json=numberOfKeys,proto3" json:"number_of_keys,omitempty"`
	// contains filtered or unexported fields
}

func (*PrivateKeyRequest) Descriptor deprecated

func (*PrivateKeyRequest) Descriptor() ([]byte, []int)

Deprecated: Use PrivateKeyRequest.ProtoReflect.Descriptor instead.

func (*PrivateKeyRequest) GetNumberOfKeys

func (x *PrivateKeyRequest) GetNumberOfKeys() uint64

func (*PrivateKeyRequest) GetPodName

func (x *PrivateKeyRequest) GetPodName() string

func (*PrivateKeyRequest) ProtoMessage

func (*PrivateKeyRequest) ProtoMessage()

func (*PrivateKeyRequest) ProtoReflect added in v1.0.0

func (x *PrivateKeyRequest) ProtoReflect() protoreflect.Message

func (*PrivateKeyRequest) Reset

func (x *PrivateKeyRequest) Reset()

func (*PrivateKeyRequest) String

func (x *PrivateKeyRequest) String() string

type PrivateKeyResponse

type PrivateKeyResponse struct {

	// Deprecated: Do not use.
	PrivateKey  []byte       `protobuf:"bytes,1,opt,name=private_key,json=privateKey,proto3" json:"private_key,omitempty"`
	PrivateKeys *PrivateKeys `protobuf:"bytes,2,opt,name=private_keys,json=privateKeys,proto3" json:"private_keys,omitempty"`
	// contains filtered or unexported fields
}

func (*PrivateKeyResponse) Descriptor deprecated

func (*PrivateKeyResponse) Descriptor() ([]byte, []int)

Deprecated: Use PrivateKeyResponse.ProtoReflect.Descriptor instead.

func (*PrivateKeyResponse) GetPrivateKey deprecated

func (x *PrivateKeyResponse) GetPrivateKey() []byte

Deprecated: Do not use.

func (*PrivateKeyResponse) GetPrivateKeys

func (x *PrivateKeyResponse) GetPrivateKeys() *PrivateKeys

func (*PrivateKeyResponse) ProtoMessage

func (*PrivateKeyResponse) ProtoMessage()

func (*PrivateKeyResponse) ProtoReflect added in v1.0.0

func (x *PrivateKeyResponse) ProtoReflect() protoreflect.Message

func (*PrivateKeyResponse) Reset

func (x *PrivateKeyResponse) Reset()

func (*PrivateKeyResponse) String

func (x *PrivateKeyResponse) String() string

type PrivateKeyServiceClient

type PrivateKeyServiceClient interface {
	Request(ctx context.Context, in *PrivateKeyRequest, opts ...grpc.CallOption) (*PrivateKeyResponse, error)
}

PrivateKeyServiceClient is the client API for PrivateKeyService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

type PrivateKeyServiceServer

type PrivateKeyServiceServer interface {
	Request(context.Context, *PrivateKeyRequest) (*PrivateKeyResponse, error)
}

PrivateKeyServiceServer is the server API for PrivateKeyService service.

type PrivateKeys

type PrivateKeys struct {
	PrivateKeys [][]byte `protobuf:"bytes,1,rep,name=private_keys,json=privateKeys,proto3" json:"private_keys,omitempty"`
	// contains filtered or unexported fields
}

func (*PrivateKeys) Descriptor deprecated

func (*PrivateKeys) Descriptor() ([]byte, []int)

Deprecated: Use PrivateKeys.ProtoReflect.Descriptor instead.

func (*PrivateKeys) GetPrivateKeys

func (x *PrivateKeys) GetPrivateKeys() [][]byte

func (*PrivateKeys) ProtoMessage

func (*PrivateKeys) ProtoMessage()

func (*PrivateKeys) ProtoReflect added in v1.0.0

func (x *PrivateKeys) ProtoReflect() protoreflect.Message

func (*PrivateKeys) Reset

func (x *PrivateKeys) Reset()

func (*PrivateKeys) String

func (x *PrivateKeys) String() string

type UnimplementedPrivateKeyServiceServer added in v0.2.5

type UnimplementedPrivateKeyServiceServer struct {
}

UnimplementedPrivateKeyServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedPrivateKeyServiceServer) Request added in v0.2.5

Jump to

Keyboard shortcuts

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