Versions in this module Expand all Collapse all v0 v0.3.0 Feb 26, 2021 Changes in this version + var CloneService_ServiceDesc = grpc.ServiceDesc + var File_server_proto protoreflect.FileDescriptor + var HealthService_ServiceDesc = grpc.ServiceDesc + func RegisterCloneServiceServer(s grpc.ServiceRegistrar, srv CloneServiceServer) + func RegisterHealthServiceServer(s grpc.ServiceRegistrar, srv HealthServiceServer) + type CloneRequest struct + DonorHost string + DonorPort int32 + External bool + Token string + func (*CloneRequest) Descriptor() ([]byte, []int) + func (*CloneRequest) ProtoMessage() + func (x *CloneRequest) GetDonorHost() string + func (x *CloneRequest) GetDonorPort() int32 + func (x *CloneRequest) GetExternal() bool + func (x *CloneRequest) GetToken() string + func (x *CloneRequest) ProtoReflect() protoreflect.Message + func (x *CloneRequest) Reset() + func (x *CloneRequest) String() string + type CloneResponse struct + func (*CloneResponse) Descriptor() ([]byte, []int) + func (*CloneResponse) ProtoMessage() + func (x *CloneResponse) ProtoReflect() protoreflect.Message + func (x *CloneResponse) Reset() + func (x *CloneResponse) String() string + type CloneServiceClient interface + Clone func(ctx context.Context, in *CloneRequest, opts ...grpc.CallOption) (*CloneResponse, error) + func NewCloneServiceClient(cc grpc.ClientConnInterface) CloneServiceClient + type CloneServiceServer interface + Clone func(context.Context, *CloneRequest) (*CloneResponse, error) + type HealthRequest struct + func (*HealthRequest) Descriptor() ([]byte, []int) + func (*HealthRequest) ProtoMessage() + func (x *HealthRequest) ProtoReflect() protoreflect.Message + func (x *HealthRequest) Reset() + func (x *HealthRequest) String() string + type HealthResponse struct + IsOutOfSynced bool + IsUnderCloning bool + Ok bool + func (*HealthResponse) Descriptor() ([]byte, []int) + func (*HealthResponse) ProtoMessage() + func (x *HealthResponse) GetIsOutOfSynced() bool + func (x *HealthResponse) GetIsUnderCloning() bool + func (x *HealthResponse) GetOk() bool + func (x *HealthResponse) ProtoReflect() protoreflect.Message + func (x *HealthResponse) Reset() + func (x *HealthResponse) String() string + type HealthServiceClient interface + Health func(ctx context.Context, in *HealthRequest, opts ...grpc.CallOption) (*HealthResponse, error) + func NewHealthServiceClient(cc grpc.ClientConnInterface) HealthServiceClient + type HealthServiceServer interface + Health func(context.Context, *HealthRequest) (*HealthResponse, error) + type UnimplementedCloneServiceServer struct + func (UnimplementedCloneServiceServer) Clone(context.Context, *CloneRequest) (*CloneResponse, error) + type UnimplementedHealthServiceServer struct + func (UnimplementedHealthServiceServer) Health(context.Context, *HealthRequest) (*HealthResponse, error) + type UnsafeCloneServiceServer interface + type UnsafeHealthServiceServer interface