Versions in this module Expand all Collapse all v1 v1.0.0 Nov 4, 2020 Changes in this version + var File_proto_admin_v1_powergate_admin_proto protoreflect.FileDescriptor + func RegisterPowergateAdminServiceServer(s *grpc.Server, srv PowergateAdminServiceServer) + type AddressesRequest struct + func (*AddressesRequest) Descriptor() ([]byte, []int) + func (*AddressesRequest) ProtoMessage() + func (x *AddressesRequest) ProtoReflect() protoreflect.Message + func (x *AddressesRequest) Reset() + func (x *AddressesRequest) String() string + type AddressesResponse struct + Addresses []string + func (*AddressesResponse) Descriptor() ([]byte, []int) + func (*AddressesResponse) ProtoMessage() + func (x *AddressesResponse) GetAddresses() []string + func (x *AddressesResponse) ProtoReflect() protoreflect.Message + func (x *AddressesResponse) Reset() + func (x *AddressesResponse) String() string + type AuthEntry struct + Id string + Token string + func (*AuthEntry) Descriptor() ([]byte, []int) + func (*AuthEntry) ProtoMessage() + func (x *AuthEntry) GetId() string + func (x *AuthEntry) GetToken() string + func (x *AuthEntry) ProtoReflect() protoreflect.Message + func (x *AuthEntry) Reset() + func (x *AuthEntry) String() string + type CreateStorageProfileRequest struct + func (*CreateStorageProfileRequest) Descriptor() ([]byte, []int) + func (*CreateStorageProfileRequest) ProtoMessage() + func (x *CreateStorageProfileRequest) ProtoReflect() protoreflect.Message + func (x *CreateStorageProfileRequest) Reset() + func (x *CreateStorageProfileRequest) String() string + type CreateStorageProfileResponse struct + AuthEntry *AuthEntry + func (*CreateStorageProfileResponse) Descriptor() ([]byte, []int) + func (*CreateStorageProfileResponse) ProtoMessage() + func (x *CreateStorageProfileResponse) GetAuthEntry() *AuthEntry + func (x *CreateStorageProfileResponse) ProtoReflect() protoreflect.Message + func (x *CreateStorageProfileResponse) Reset() + func (x *CreateStorageProfileResponse) String() string + type ExecutingStorageJobsRequest struct + Cids []string + ProfileId string + func (*ExecutingStorageJobsRequest) Descriptor() ([]byte, []int) + func (*ExecutingStorageJobsRequest) ProtoMessage() + func (x *ExecutingStorageJobsRequest) GetCids() []string + func (x *ExecutingStorageJobsRequest) GetProfileId() string + func (x *ExecutingStorageJobsRequest) ProtoReflect() protoreflect.Message + func (x *ExecutingStorageJobsRequest) Reset() + func (x *ExecutingStorageJobsRequest) String() string + type ExecutingStorageJobsResponse struct + StorageJobs []*v1.Job + func (*ExecutingStorageJobsResponse) Descriptor() ([]byte, []int) + func (*ExecutingStorageJobsResponse) ProtoMessage() + func (x *ExecutingStorageJobsResponse) GetStorageJobs() []*v1.Job + func (x *ExecutingStorageJobsResponse) ProtoReflect() protoreflect.Message + func (x *ExecutingStorageJobsResponse) Reset() + func (x *ExecutingStorageJobsResponse) String() string + type LatestFinalStorageJobsRequest struct + Cids []string + ProfileId string + func (*LatestFinalStorageJobsRequest) Descriptor() ([]byte, []int) + func (*LatestFinalStorageJobsRequest) ProtoMessage() + func (x *LatestFinalStorageJobsRequest) GetCids() []string + func (x *LatestFinalStorageJobsRequest) GetProfileId() string + func (x *LatestFinalStorageJobsRequest) ProtoReflect() protoreflect.Message + func (x *LatestFinalStorageJobsRequest) Reset() + func (x *LatestFinalStorageJobsRequest) String() string + type LatestFinalStorageJobsResponse struct + StorageJobs []*v1.Job + func (*LatestFinalStorageJobsResponse) Descriptor() ([]byte, []int) + func (*LatestFinalStorageJobsResponse) ProtoMessage() + func (x *LatestFinalStorageJobsResponse) GetStorageJobs() []*v1.Job + func (x *LatestFinalStorageJobsResponse) ProtoReflect() protoreflect.Message + func (x *LatestFinalStorageJobsResponse) Reset() + func (x *LatestFinalStorageJobsResponse) String() string + type LatestSuccessfulStorageJobsRequest struct + Cids []string + ProfileId string + func (*LatestSuccessfulStorageJobsRequest) Descriptor() ([]byte, []int) + func (*LatestSuccessfulStorageJobsRequest) ProtoMessage() + func (x *LatestSuccessfulStorageJobsRequest) GetCids() []string + func (x *LatestSuccessfulStorageJobsRequest) GetProfileId() string + func (x *LatestSuccessfulStorageJobsRequest) ProtoReflect() protoreflect.Message + func (x *LatestSuccessfulStorageJobsRequest) Reset() + func (x *LatestSuccessfulStorageJobsRequest) String() string + type LatestSuccessfulStorageJobsResponse struct + StorageJobs []*v1.Job + func (*LatestSuccessfulStorageJobsResponse) Descriptor() ([]byte, []int) + func (*LatestSuccessfulStorageJobsResponse) ProtoMessage() + func (x *LatestSuccessfulStorageJobsResponse) GetStorageJobs() []*v1.Job + func (x *LatestSuccessfulStorageJobsResponse) ProtoReflect() protoreflect.Message + func (x *LatestSuccessfulStorageJobsResponse) Reset() + func (x *LatestSuccessfulStorageJobsResponse) String() string + type NewAddressRequest struct + AddressType string + func (*NewAddressRequest) Descriptor() ([]byte, []int) + func (*NewAddressRequest) ProtoMessage() + func (x *NewAddressRequest) GetAddressType() string + func (x *NewAddressRequest) ProtoReflect() protoreflect.Message + func (x *NewAddressRequest) Reset() + func (x *NewAddressRequest) String() string + type NewAddressResponse struct + Address string + func (*NewAddressResponse) Descriptor() ([]byte, []int) + func (*NewAddressResponse) ProtoMessage() + func (x *NewAddressResponse) GetAddress() string + func (x *NewAddressResponse) ProtoReflect() protoreflect.Message + func (x *NewAddressResponse) Reset() + func (x *NewAddressResponse) String() string + type PowergateAdminServiceClient interface + Addresses func(ctx context.Context, in *AddressesRequest, opts ...grpc.CallOption) (*AddressesResponse, error) + CreateStorageProfile func(ctx context.Context, in *CreateStorageProfileRequest, opts ...grpc.CallOption) (*CreateStorageProfileResponse, error) + ExecutingStorageJobs func(ctx context.Context, in *ExecutingStorageJobsRequest, opts ...grpc.CallOption) (*ExecutingStorageJobsResponse, error) + LatestFinalStorageJobs func(ctx context.Context, in *LatestFinalStorageJobsRequest, ...) (*LatestFinalStorageJobsResponse, error) + LatestSuccessfulStorageJobs func(ctx context.Context, in *LatestSuccessfulStorageJobsRequest, ...) (*LatestSuccessfulStorageJobsResponse, error) + NewAddress func(ctx context.Context, in *NewAddressRequest, opts ...grpc.CallOption) (*NewAddressResponse, error) + QueuedStorageJobs func(ctx context.Context, in *QueuedStorageJobsRequest, opts ...grpc.CallOption) (*QueuedStorageJobsResponse, error) + SendFil func(ctx context.Context, in *SendFilRequest, opts ...grpc.CallOption) (*SendFilResponse, error) + StorageJobsSummary func(ctx context.Context, in *StorageJobsSummaryRequest, opts ...grpc.CallOption) (*StorageJobsSummaryResponse, error) + StorageProfiles func(ctx context.Context, in *StorageProfilesRequest, opts ...grpc.CallOption) (*StorageProfilesResponse, error) + func NewPowergateAdminServiceClient(cc grpc.ClientConnInterface) PowergateAdminServiceClient + type PowergateAdminServiceServer interface + Addresses func(context.Context, *AddressesRequest) (*AddressesResponse, error) + CreateStorageProfile func(context.Context, *CreateStorageProfileRequest) (*CreateStorageProfileResponse, error) + ExecutingStorageJobs func(context.Context, *ExecutingStorageJobsRequest) (*ExecutingStorageJobsResponse, error) + LatestFinalStorageJobs func(context.Context, *LatestFinalStorageJobsRequest) (*LatestFinalStorageJobsResponse, error) + LatestSuccessfulStorageJobs func(context.Context, *LatestSuccessfulStorageJobsRequest) (*LatestSuccessfulStorageJobsResponse, error) + NewAddress func(context.Context, *NewAddressRequest) (*NewAddressResponse, error) + QueuedStorageJobs func(context.Context, *QueuedStorageJobsRequest) (*QueuedStorageJobsResponse, error) + SendFil func(context.Context, *SendFilRequest) (*SendFilResponse, error) + StorageJobsSummary func(context.Context, *StorageJobsSummaryRequest) (*StorageJobsSummaryResponse, error) + StorageProfiles func(context.Context, *StorageProfilesRequest) (*StorageProfilesResponse, error) + type QueuedStorageJobsRequest struct + Cids []string + ProfileId string + func (*QueuedStorageJobsRequest) Descriptor() ([]byte, []int) + func (*QueuedStorageJobsRequest) ProtoMessage() + func (x *QueuedStorageJobsRequest) GetCids() []string + func (x *QueuedStorageJobsRequest) GetProfileId() string + func (x *QueuedStorageJobsRequest) ProtoReflect() protoreflect.Message + func (x *QueuedStorageJobsRequest) Reset() + func (x *QueuedStorageJobsRequest) String() string + type QueuedStorageJobsResponse struct + StorageJobs []*v1.Job + func (*QueuedStorageJobsResponse) Descriptor() ([]byte, []int) + func (*QueuedStorageJobsResponse) ProtoMessage() + func (x *QueuedStorageJobsResponse) GetStorageJobs() []*v1.Job + func (x *QueuedStorageJobsResponse) ProtoReflect() protoreflect.Message + func (x *QueuedStorageJobsResponse) Reset() + func (x *QueuedStorageJobsResponse) String() string + type SendFilRequest struct + Amount string + From string + To string + func (*SendFilRequest) Descriptor() ([]byte, []int) + func (*SendFilRequest) ProtoMessage() + func (x *SendFilRequest) GetAmount() string + func (x *SendFilRequest) GetFrom() string + func (x *SendFilRequest) GetTo() string + func (x *SendFilRequest) ProtoReflect() protoreflect.Message + func (x *SendFilRequest) Reset() + func (x *SendFilRequest) String() string + type SendFilResponse struct + func (*SendFilResponse) Descriptor() ([]byte, []int) + func (*SendFilResponse) ProtoMessage() + func (x *SendFilResponse) ProtoReflect() protoreflect.Message + func (x *SendFilResponse) Reset() + func (x *SendFilResponse) String() string + type StorageJobsSummaryRequest struct + Cids []string + ProfileId string + func (*StorageJobsSummaryRequest) Descriptor() ([]byte, []int) + func (*StorageJobsSummaryRequest) ProtoMessage() + func (x *StorageJobsSummaryRequest) GetCids() []string + func (x *StorageJobsSummaryRequest) GetProfileId() string + func (x *StorageJobsSummaryRequest) ProtoReflect() protoreflect.Message + func (x *StorageJobsSummaryRequest) Reset() + func (x *StorageJobsSummaryRequest) String() string + type StorageJobsSummaryResponse struct + ExecutingStorageJobs []*v1.Job + JobCounts *v1.JobCounts + LatestFinalStorageJobs []*v1.Job + LatestSuccessfulStorageJobs []*v1.Job + QueuedStorageJobs []*v1.Job + func (*StorageJobsSummaryResponse) Descriptor() ([]byte, []int) + func (*StorageJobsSummaryResponse) ProtoMessage() + func (x *StorageJobsSummaryResponse) GetExecutingStorageJobs() []*v1.Job + func (x *StorageJobsSummaryResponse) GetJobCounts() *v1.JobCounts + func (x *StorageJobsSummaryResponse) GetLatestFinalStorageJobs() []*v1.Job + func (x *StorageJobsSummaryResponse) GetLatestSuccessfulStorageJobs() []*v1.Job + func (x *StorageJobsSummaryResponse) GetQueuedStorageJobs() []*v1.Job + func (x *StorageJobsSummaryResponse) ProtoReflect() protoreflect.Message + func (x *StorageJobsSummaryResponse) Reset() + func (x *StorageJobsSummaryResponse) String() string + type StorageProfilesRequest struct + func (*StorageProfilesRequest) Descriptor() ([]byte, []int) + func (*StorageProfilesRequest) ProtoMessage() + func (x *StorageProfilesRequest) ProtoReflect() protoreflect.Message + func (x *StorageProfilesRequest) Reset() + func (x *StorageProfilesRequest) String() string + type StorageProfilesResponse struct + AuthEntries []*AuthEntry + func (*StorageProfilesResponse) Descriptor() ([]byte, []int) + func (*StorageProfilesResponse) ProtoMessage() + func (x *StorageProfilesResponse) GetAuthEntries() []*AuthEntry + func (x *StorageProfilesResponse) ProtoReflect() protoreflect.Message + func (x *StorageProfilesResponse) Reset() + func (x *StorageProfilesResponse) String() string + type UnimplementedPowergateAdminServiceServer struct + func (*UnimplementedPowergateAdminServiceServer) Addresses(context.Context, *AddressesRequest) (*AddressesResponse, error) + func (*UnimplementedPowergateAdminServiceServer) CreateStorageProfile(context.Context, *CreateStorageProfileRequest) (*CreateStorageProfileResponse, error) + func (*UnimplementedPowergateAdminServiceServer) ExecutingStorageJobs(context.Context, *ExecutingStorageJobsRequest) (*ExecutingStorageJobsResponse, error) + func (*UnimplementedPowergateAdminServiceServer) LatestFinalStorageJobs(context.Context, *LatestFinalStorageJobsRequest) (*LatestFinalStorageJobsResponse, error) + func (*UnimplementedPowergateAdminServiceServer) LatestSuccessfulStorageJobs(context.Context, *LatestSuccessfulStorageJobsRequest) (*LatestSuccessfulStorageJobsResponse, error) + func (*UnimplementedPowergateAdminServiceServer) NewAddress(context.Context, *NewAddressRequest) (*NewAddressResponse, error) + func (*UnimplementedPowergateAdminServiceServer) QueuedStorageJobs(context.Context, *QueuedStorageJobsRequest) (*QueuedStorageJobsResponse, error) + func (*UnimplementedPowergateAdminServiceServer) SendFil(context.Context, *SendFilRequest) (*SendFilResponse, error) + func (*UnimplementedPowergateAdminServiceServer) StorageJobsSummary(context.Context, *StorageJobsSummaryRequest) (*StorageJobsSummaryResponse, error) + func (*UnimplementedPowergateAdminServiceServer) StorageProfiles(context.Context, *StorageProfilesRequest) (*StorageProfilesResponse, error)