v1

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Nov 4, 2020 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_proto_admin_v1_powergate_admin_proto protoreflect.FileDescriptor

Functions

func RegisterPowergateAdminServiceServer

func RegisterPowergateAdminServiceServer(s *grpc.Server, srv PowergateAdminServiceServer)

Types

type AddressesRequest

type AddressesRequest struct {
	// contains filtered or unexported fields
}

func (*AddressesRequest) Descriptor deprecated

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

Deprecated: Use AddressesRequest.ProtoReflect.Descriptor instead.

func (*AddressesRequest) ProtoMessage

func (*AddressesRequest) ProtoMessage()

func (*AddressesRequest) ProtoReflect

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

func (*AddressesRequest) Reset

func (x *AddressesRequest) Reset()

func (*AddressesRequest) String

func (x *AddressesRequest) String() string

type AddressesResponse

type AddressesResponse struct {
	Addresses []string `protobuf:"bytes,1,rep,name=addresses,proto3" json:"addresses,omitempty"`
	// contains filtered or unexported fields
}

func (*AddressesResponse) Descriptor deprecated

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

Deprecated: Use AddressesResponse.ProtoReflect.Descriptor instead.

func (*AddressesResponse) GetAddresses

func (x *AddressesResponse) GetAddresses() []string

func (*AddressesResponse) ProtoMessage

func (*AddressesResponse) ProtoMessage()

func (*AddressesResponse) ProtoReflect

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

func (*AddressesResponse) Reset

func (x *AddressesResponse) Reset()

func (*AddressesResponse) String

func (x *AddressesResponse) String() string

type AuthEntry

type AuthEntry struct {
	Id    string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Token string `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"`
	// contains filtered or unexported fields
}

func (*AuthEntry) Descriptor deprecated

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

Deprecated: Use AuthEntry.ProtoReflect.Descriptor instead.

func (*AuthEntry) GetId

func (x *AuthEntry) GetId() string

func (*AuthEntry) GetToken

func (x *AuthEntry) GetToken() string

func (*AuthEntry) ProtoMessage

func (*AuthEntry) ProtoMessage()

func (*AuthEntry) ProtoReflect

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

func (*AuthEntry) Reset

func (x *AuthEntry) Reset()

func (*AuthEntry) String

func (x *AuthEntry) String() string

type CreateStorageProfileRequest

type CreateStorageProfileRequest struct {
	// contains filtered or unexported fields
}

func (*CreateStorageProfileRequest) Descriptor deprecated

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

Deprecated: Use CreateStorageProfileRequest.ProtoReflect.Descriptor instead.

func (*CreateStorageProfileRequest) ProtoMessage

func (*CreateStorageProfileRequest) ProtoMessage()

func (*CreateStorageProfileRequest) ProtoReflect

func (*CreateStorageProfileRequest) Reset

func (x *CreateStorageProfileRequest) Reset()

func (*CreateStorageProfileRequest) String

func (x *CreateStorageProfileRequest) String() string

type CreateStorageProfileResponse

type CreateStorageProfileResponse struct {
	AuthEntry *AuthEntry `protobuf:"bytes,1,opt,name=auth_entry,json=authEntry,proto3" json:"auth_entry,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateStorageProfileResponse) Descriptor deprecated

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

Deprecated: Use CreateStorageProfileResponse.ProtoReflect.Descriptor instead.

func (*CreateStorageProfileResponse) GetAuthEntry

func (x *CreateStorageProfileResponse) GetAuthEntry() *AuthEntry

func (*CreateStorageProfileResponse) ProtoMessage

func (*CreateStorageProfileResponse) ProtoMessage()

func (*CreateStorageProfileResponse) ProtoReflect

func (*CreateStorageProfileResponse) Reset

func (x *CreateStorageProfileResponse) Reset()

func (*CreateStorageProfileResponse) String

type ExecutingStorageJobsRequest

type ExecutingStorageJobsRequest struct {
	ProfileId string   `protobuf:"bytes,1,opt,name=profile_id,json=profileId,proto3" json:"profile_id,omitempty"`
	Cids      []string `protobuf:"bytes,2,rep,name=cids,proto3" json:"cids,omitempty"`
	// contains filtered or unexported fields
}

func (*ExecutingStorageJobsRequest) Descriptor deprecated

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

Deprecated: Use ExecutingStorageJobsRequest.ProtoReflect.Descriptor instead.

func (*ExecutingStorageJobsRequest) GetCids

func (x *ExecutingStorageJobsRequest) GetCids() []string

func (*ExecutingStorageJobsRequest) GetProfileId

func (x *ExecutingStorageJobsRequest) GetProfileId() string

func (*ExecutingStorageJobsRequest) ProtoMessage

func (*ExecutingStorageJobsRequest) ProtoMessage()

func (*ExecutingStorageJobsRequest) ProtoReflect

func (*ExecutingStorageJobsRequest) Reset

func (x *ExecutingStorageJobsRequest) Reset()

func (*ExecutingStorageJobsRequest) String

func (x *ExecutingStorageJobsRequest) String() string

type ExecutingStorageJobsResponse

type ExecutingStorageJobsResponse struct {
	StorageJobs []*v1.Job `protobuf:"bytes,1,rep,name=storage_jobs,json=storageJobs,proto3" json:"storage_jobs,omitempty"`
	// contains filtered or unexported fields
}

func (*ExecutingStorageJobsResponse) Descriptor deprecated

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

Deprecated: Use ExecutingStorageJobsResponse.ProtoReflect.Descriptor instead.

func (*ExecutingStorageJobsResponse) GetStorageJobs

func (x *ExecutingStorageJobsResponse) GetStorageJobs() []*v1.Job

func (*ExecutingStorageJobsResponse) ProtoMessage

func (*ExecutingStorageJobsResponse) ProtoMessage()

func (*ExecutingStorageJobsResponse) ProtoReflect

func (*ExecutingStorageJobsResponse) Reset

func (x *ExecutingStorageJobsResponse) Reset()

func (*ExecutingStorageJobsResponse) String

type LatestFinalStorageJobsRequest

type LatestFinalStorageJobsRequest struct {
	ProfileId string   `protobuf:"bytes,1,opt,name=profile_id,json=profileId,proto3" json:"profile_id,omitempty"`
	Cids      []string `protobuf:"bytes,2,rep,name=cids,proto3" json:"cids,omitempty"`
	// contains filtered or unexported fields
}

func (*LatestFinalStorageJobsRequest) Descriptor deprecated

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

Deprecated: Use LatestFinalStorageJobsRequest.ProtoReflect.Descriptor instead.

func (*LatestFinalStorageJobsRequest) GetCids

func (x *LatestFinalStorageJobsRequest) GetCids() []string

func (*LatestFinalStorageJobsRequest) GetProfileId

func (x *LatestFinalStorageJobsRequest) GetProfileId() string

func (*LatestFinalStorageJobsRequest) ProtoMessage

func (*LatestFinalStorageJobsRequest) ProtoMessage()

func (*LatestFinalStorageJobsRequest) ProtoReflect

func (*LatestFinalStorageJobsRequest) Reset

func (x *LatestFinalStorageJobsRequest) Reset()

func (*LatestFinalStorageJobsRequest) String

type LatestFinalStorageJobsResponse

type LatestFinalStorageJobsResponse struct {
	StorageJobs []*v1.Job `protobuf:"bytes,1,rep,name=storage_jobs,json=storageJobs,proto3" json:"storage_jobs,omitempty"`
	// contains filtered or unexported fields
}

func (*LatestFinalStorageJobsResponse) Descriptor deprecated

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

Deprecated: Use LatestFinalStorageJobsResponse.ProtoReflect.Descriptor instead.

func (*LatestFinalStorageJobsResponse) GetStorageJobs

func (x *LatestFinalStorageJobsResponse) GetStorageJobs() []*v1.Job

func (*LatestFinalStorageJobsResponse) ProtoMessage

func (*LatestFinalStorageJobsResponse) ProtoMessage()

func (*LatestFinalStorageJobsResponse) ProtoReflect

func (*LatestFinalStorageJobsResponse) Reset

func (x *LatestFinalStorageJobsResponse) Reset()

func (*LatestFinalStorageJobsResponse) String

type LatestSuccessfulStorageJobsRequest

type LatestSuccessfulStorageJobsRequest struct {
	ProfileId string   `protobuf:"bytes,1,opt,name=profile_id,json=profileId,proto3" json:"profile_id,omitempty"`
	Cids      []string `protobuf:"bytes,2,rep,name=cids,proto3" json:"cids,omitempty"`
	// contains filtered or unexported fields
}

func (*LatestSuccessfulStorageJobsRequest) Descriptor deprecated

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

Deprecated: Use LatestSuccessfulStorageJobsRequest.ProtoReflect.Descriptor instead.

func (*LatestSuccessfulStorageJobsRequest) GetCids

func (*LatestSuccessfulStorageJobsRequest) GetProfileId

func (x *LatestSuccessfulStorageJobsRequest) GetProfileId() string

func (*LatestSuccessfulStorageJobsRequest) ProtoMessage

func (*LatestSuccessfulStorageJobsRequest) ProtoMessage()

func (*LatestSuccessfulStorageJobsRequest) ProtoReflect

func (*LatestSuccessfulStorageJobsRequest) Reset

func (*LatestSuccessfulStorageJobsRequest) String

type LatestSuccessfulStorageJobsResponse

type LatestSuccessfulStorageJobsResponse struct {
	StorageJobs []*v1.Job `protobuf:"bytes,1,rep,name=storage_jobs,json=storageJobs,proto3" json:"storage_jobs,omitempty"`
	// contains filtered or unexported fields
}

func (*LatestSuccessfulStorageJobsResponse) Descriptor deprecated

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

Deprecated: Use LatestSuccessfulStorageJobsResponse.ProtoReflect.Descriptor instead.

func (*LatestSuccessfulStorageJobsResponse) GetStorageJobs

func (x *LatestSuccessfulStorageJobsResponse) GetStorageJobs() []*v1.Job

func (*LatestSuccessfulStorageJobsResponse) ProtoMessage

func (*LatestSuccessfulStorageJobsResponse) ProtoMessage()

func (*LatestSuccessfulStorageJobsResponse) ProtoReflect

func (*LatestSuccessfulStorageJobsResponse) Reset

func (*LatestSuccessfulStorageJobsResponse) String

type NewAddressRequest

type NewAddressRequest struct {
	AddressType string `protobuf:"bytes,1,opt,name=address_type,json=addressType,proto3" json:"address_type,omitempty"`
	// contains filtered or unexported fields
}

Wallet

func (*NewAddressRequest) Descriptor deprecated

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

Deprecated: Use NewAddressRequest.ProtoReflect.Descriptor instead.

func (*NewAddressRequest) GetAddressType

func (x *NewAddressRequest) GetAddressType() string

func (*NewAddressRequest) ProtoMessage

func (*NewAddressRequest) ProtoMessage()

func (*NewAddressRequest) ProtoReflect

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

func (*NewAddressRequest) Reset

func (x *NewAddressRequest) Reset()

func (*NewAddressRequest) String

func (x *NewAddressRequest) String() string

type NewAddressResponse

type NewAddressResponse struct {
	Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	// contains filtered or unexported fields
}

func (*NewAddressResponse) Descriptor deprecated

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

Deprecated: Use NewAddressResponse.ProtoReflect.Descriptor instead.

func (*NewAddressResponse) GetAddress

func (x *NewAddressResponse) GetAddress() string

func (*NewAddressResponse) ProtoMessage

func (*NewAddressResponse) ProtoMessage()

func (*NewAddressResponse) ProtoReflect

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

func (*NewAddressResponse) Reset

func (x *NewAddressResponse) Reset()

func (*NewAddressResponse) String

func (x *NewAddressResponse) String() string

type PowergateAdminServiceClient

type PowergateAdminServiceClient interface {
	// Wallet
	NewAddress(ctx context.Context, in *NewAddressRequest, opts ...grpc.CallOption) (*NewAddressResponse, error)
	Addresses(ctx context.Context, in *AddressesRequest, opts ...grpc.CallOption) (*AddressesResponse, error)
	SendFil(ctx context.Context, in *SendFilRequest, opts ...grpc.CallOption) (*SendFilResponse, error)
	// Profiles
	CreateStorageProfile(ctx context.Context, in *CreateStorageProfileRequest, opts ...grpc.CallOption) (*CreateStorageProfileResponse, error)
	StorageProfiles(ctx context.Context, in *StorageProfilesRequest, opts ...grpc.CallOption) (*StorageProfilesResponse, error)
	// Jobs
	QueuedStorageJobs(ctx context.Context, in *QueuedStorageJobsRequest, opts ...grpc.CallOption) (*QueuedStorageJobsResponse, error)
	ExecutingStorageJobs(ctx context.Context, in *ExecutingStorageJobsRequest, opts ...grpc.CallOption) (*ExecutingStorageJobsResponse, error)
	LatestFinalStorageJobs(ctx context.Context, in *LatestFinalStorageJobsRequest, opts ...grpc.CallOption) (*LatestFinalStorageJobsResponse, error)
	LatestSuccessfulStorageJobs(ctx context.Context, in *LatestSuccessfulStorageJobsRequest, opts ...grpc.CallOption) (*LatestSuccessfulStorageJobsResponse, error)
	StorageJobsSummary(ctx context.Context, in *StorageJobsSummaryRequest, opts ...grpc.CallOption) (*StorageJobsSummaryResponse, error)
}

PowergateAdminServiceClient is the client API for PowergateAdminService service.

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

type QueuedStorageJobsRequest

type QueuedStorageJobsRequest struct {
	ProfileId string   `protobuf:"bytes,1,opt,name=profile_id,json=profileId,proto3" json:"profile_id,omitempty"`
	Cids      []string `protobuf:"bytes,2,rep,name=cids,proto3" json:"cids,omitempty"`
	// contains filtered or unexported fields
}

func (*QueuedStorageJobsRequest) Descriptor deprecated

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

Deprecated: Use QueuedStorageJobsRequest.ProtoReflect.Descriptor instead.

func (*QueuedStorageJobsRequest) GetCids

func (x *QueuedStorageJobsRequest) GetCids() []string

func (*QueuedStorageJobsRequest) GetProfileId

func (x *QueuedStorageJobsRequest) GetProfileId() string

func (*QueuedStorageJobsRequest) ProtoMessage

func (*QueuedStorageJobsRequest) ProtoMessage()

func (*QueuedStorageJobsRequest) ProtoReflect

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

func (*QueuedStorageJobsRequest) Reset

func (x *QueuedStorageJobsRequest) Reset()

func (*QueuedStorageJobsRequest) String

func (x *QueuedStorageJobsRequest) String() string

type QueuedStorageJobsResponse

type QueuedStorageJobsResponse struct {
	StorageJobs []*v1.Job `protobuf:"bytes,1,rep,name=storage_jobs,json=storageJobs,proto3" json:"storage_jobs,omitempty"`
	// contains filtered or unexported fields
}

func (*QueuedStorageJobsResponse) Descriptor deprecated

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

Deprecated: Use QueuedStorageJobsResponse.ProtoReflect.Descriptor instead.

func (*QueuedStorageJobsResponse) GetStorageJobs

func (x *QueuedStorageJobsResponse) GetStorageJobs() []*v1.Job

func (*QueuedStorageJobsResponse) ProtoMessage

func (*QueuedStorageJobsResponse) ProtoMessage()

func (*QueuedStorageJobsResponse) ProtoReflect

func (*QueuedStorageJobsResponse) Reset

func (x *QueuedStorageJobsResponse) Reset()

func (*QueuedStorageJobsResponse) String

func (x *QueuedStorageJobsResponse) String() string

type SendFilRequest

type SendFilRequest struct {
	From   string `protobuf:"bytes,1,opt,name=from,proto3" json:"from,omitempty"`
	To     string `protobuf:"bytes,2,opt,name=to,proto3" json:"to,omitempty"`
	Amount string `protobuf:"bytes,3,opt,name=amount,proto3" json:"amount,omitempty"`
	// contains filtered or unexported fields
}

func (*SendFilRequest) Descriptor deprecated

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

Deprecated: Use SendFilRequest.ProtoReflect.Descriptor instead.

func (*SendFilRequest) GetAmount

func (x *SendFilRequest) GetAmount() string

func (*SendFilRequest) GetFrom

func (x *SendFilRequest) GetFrom() string

func (*SendFilRequest) GetTo

func (x *SendFilRequest) GetTo() string

func (*SendFilRequest) ProtoMessage

func (*SendFilRequest) ProtoMessage()

func (*SendFilRequest) ProtoReflect

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

func (*SendFilRequest) Reset

func (x *SendFilRequest) Reset()

func (*SendFilRequest) String

func (x *SendFilRequest) String() string

type SendFilResponse

type SendFilResponse struct {
	// contains filtered or unexported fields
}

func (*SendFilResponse) Descriptor deprecated

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

Deprecated: Use SendFilResponse.ProtoReflect.Descriptor instead.

func (*SendFilResponse) ProtoMessage

func (*SendFilResponse) ProtoMessage()

func (*SendFilResponse) ProtoReflect

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

func (*SendFilResponse) Reset

func (x *SendFilResponse) Reset()

func (*SendFilResponse) String

func (x *SendFilResponse) String() string

type StorageJobsSummaryRequest

type StorageJobsSummaryRequest struct {
	ProfileId string   `protobuf:"bytes,1,opt,name=profile_id,json=profileId,proto3" json:"profile_id,omitempty"`
	Cids      []string `protobuf:"bytes,2,rep,name=cids,proto3" json:"cids,omitempty"`
	// contains filtered or unexported fields
}

func (*StorageJobsSummaryRequest) Descriptor deprecated

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

Deprecated: Use StorageJobsSummaryRequest.ProtoReflect.Descriptor instead.

func (*StorageJobsSummaryRequest) GetCids

func (x *StorageJobsSummaryRequest) GetCids() []string

func (*StorageJobsSummaryRequest) GetProfileId

func (x *StorageJobsSummaryRequest) GetProfileId() string

func (*StorageJobsSummaryRequest) ProtoMessage

func (*StorageJobsSummaryRequest) ProtoMessage()

func (*StorageJobsSummaryRequest) ProtoReflect

func (*StorageJobsSummaryRequest) Reset

func (x *StorageJobsSummaryRequest) Reset()

func (*StorageJobsSummaryRequest) String

func (x *StorageJobsSummaryRequest) String() string

type StorageJobsSummaryResponse

type StorageJobsSummaryResponse struct {
	JobCounts                   *v1.JobCounts `protobuf:"bytes,1,opt,name=job_counts,json=jobCounts,proto3" json:"job_counts,omitempty"`
	QueuedStorageJobs           []*v1.Job     `protobuf:"bytes,2,rep,name=queued_storage_jobs,json=queuedStorageJobs,proto3" json:"queued_storage_jobs,omitempty"`
	ExecutingStorageJobs        []*v1.Job     `protobuf:"bytes,3,rep,name=executing_storage_jobs,json=executingStorageJobs,proto3" json:"executing_storage_jobs,omitempty"`
	LatestFinalStorageJobs      []*v1.Job     `` /* 131-byte string literal not displayed */
	LatestSuccessfulStorageJobs []*v1.Job     `` /* 146-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*StorageJobsSummaryResponse) Descriptor deprecated

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

Deprecated: Use StorageJobsSummaryResponse.ProtoReflect.Descriptor instead.

func (*StorageJobsSummaryResponse) GetExecutingStorageJobs

func (x *StorageJobsSummaryResponse) GetExecutingStorageJobs() []*v1.Job

func (*StorageJobsSummaryResponse) GetJobCounts

func (x *StorageJobsSummaryResponse) GetJobCounts() *v1.JobCounts

func (*StorageJobsSummaryResponse) GetLatestFinalStorageJobs

func (x *StorageJobsSummaryResponse) GetLatestFinalStorageJobs() []*v1.Job

func (*StorageJobsSummaryResponse) GetLatestSuccessfulStorageJobs

func (x *StorageJobsSummaryResponse) GetLatestSuccessfulStorageJobs() []*v1.Job

func (*StorageJobsSummaryResponse) GetQueuedStorageJobs

func (x *StorageJobsSummaryResponse) GetQueuedStorageJobs() []*v1.Job

func (*StorageJobsSummaryResponse) ProtoMessage

func (*StorageJobsSummaryResponse) ProtoMessage()

func (*StorageJobsSummaryResponse) ProtoReflect

func (*StorageJobsSummaryResponse) Reset

func (x *StorageJobsSummaryResponse) Reset()

func (*StorageJobsSummaryResponse) String

func (x *StorageJobsSummaryResponse) String() string

type StorageProfilesRequest

type StorageProfilesRequest struct {
	// contains filtered or unexported fields
}

func (*StorageProfilesRequest) Descriptor deprecated

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

Deprecated: Use StorageProfilesRequest.ProtoReflect.Descriptor instead.

func (*StorageProfilesRequest) ProtoMessage

func (*StorageProfilesRequest) ProtoMessage()

func (*StorageProfilesRequest) ProtoReflect

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

func (*StorageProfilesRequest) Reset

func (x *StorageProfilesRequest) Reset()

func (*StorageProfilesRequest) String

func (x *StorageProfilesRequest) String() string

type StorageProfilesResponse

type StorageProfilesResponse struct {
	AuthEntries []*AuthEntry `protobuf:"bytes,1,rep,name=auth_entries,json=authEntries,proto3" json:"auth_entries,omitempty"`
	// contains filtered or unexported fields
}

func (*StorageProfilesResponse) Descriptor deprecated

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

Deprecated: Use StorageProfilesResponse.ProtoReflect.Descriptor instead.

func (*StorageProfilesResponse) GetAuthEntries

func (x *StorageProfilesResponse) GetAuthEntries() []*AuthEntry

func (*StorageProfilesResponse) ProtoMessage

func (*StorageProfilesResponse) ProtoMessage()

func (*StorageProfilesResponse) ProtoReflect

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

func (*StorageProfilesResponse) Reset

func (x *StorageProfilesResponse) Reset()

func (*StorageProfilesResponse) String

func (x *StorageProfilesResponse) String() string

type UnimplementedPowergateAdminServiceServer

type UnimplementedPowergateAdminServiceServer struct {
}

UnimplementedPowergateAdminServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedPowergateAdminServiceServer) Addresses

func (*UnimplementedPowergateAdminServiceServer) CreateStorageProfile

func (*UnimplementedPowergateAdminServiceServer) ExecutingStorageJobs

func (*UnimplementedPowergateAdminServiceServer) LatestFinalStorageJobs

func (*UnimplementedPowergateAdminServiceServer) NewAddress

func (*UnimplementedPowergateAdminServiceServer) QueuedStorageJobs

func (*UnimplementedPowergateAdminServiceServer) SendFil

func (*UnimplementedPowergateAdminServiceServer) StorageJobsSummary

func (*UnimplementedPowergateAdminServiceServer) StorageProfiles

Jump to

Keyboard shortcuts

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