Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DownloadClientFactory ¶
type DownloadClientFactory = func() dpb.DownloadClient
DownloadClientFactory is a factory for the Download GRPC client
type DropboxClientFactory ¶
type DropboxClientFactory = func() drp.DropboxClient
DropboxClientFactory is a factory for the Dropbox GRPC client
type FileClientFactory ¶
type FileClientFactory = func() fpb.FileServiceClient
FileClientFactory is a factory for the File GRPC client
type PermissionClientFactory ¶
type PermissionClientFactory = func() ppb.PermissionClient
PermissionClientFactory is a factory for the Permission GRPC client
type QuotaClientFactory ¶
type QuotaClientFactory = func() qpb.QuotaServiceClient
QuotaClientFactory is a factory for the Quota GRPC client
type SearchClientFactory ¶
type SearchClientFactory = func() spb.SearchClient
SearchClientFactory is a factory for the Search GRPC client
type SpikeClientFactory ¶
type SpikeClientFactory = func() spkpb.SpikeClient
SpikeClientFactory is a factory for the Spike GRPC client
type UploadClientFactory ¶
type UploadClientFactory = func() upb.UploadClient
UploadClientFactory is a factory for the Upload GRPC client
type UserClientFactory ¶
type UserClientFactory = func() usrpb.UsersClient
UserClientFactory is a factory for the User GRPC client
Click to show internal directories.
Click to hide internal directories.