Documentation ¶
Index ¶
- Variables
- func NewLibrarianSephirahServiceService(_ *bizangela.Angela, t *biztiphereth.Tiphereth, g *bizgebura.Gebura, ...) pb.LibrarianSephirahServiceServer
- type LibrarianSephirahServiceService
- func (s *LibrarianSephirahServiceService) AssignAppPackage(ctx context.Context, req *pb.AssignAppPackageRequest) (*pb.AssignAppPackageResponse, error)
- func (s *LibrarianSephirahServiceService) CreateApp(ctx context.Context, req *pb.CreateAppRequest) (*pb.CreateAppResponse, error)
- func (s *LibrarianSephirahServiceService) CreateAppPackage(ctx context.Context, req *pb.CreateAppPackageRequest) (*pb.CreateAppPackageResponse, error)
- func (s *LibrarianSephirahServiceService) CreateFeedConfig(ctx context.Context, req *pb.CreateFeedConfigRequest) (*pb.CreateFeedConfigResponse, error)
- func (s *LibrarianSephirahServiceService) CreateUser(ctx context.Context, req *pb.CreateUserRequest) (*pb.CreateUserResponse, error)
- func (s *LibrarianSephirahServiceService) DownloadFile(conn pb.LibrarianSephirahService_DownloadFileServer) error
- func (s *LibrarianSephirahServiceService) DownloadGameSaveFile(ctx context.Context, req *pb.DownloadGameSaveFileRequest) (*pb.DownloadGameSaveFileResponse, error)
- func (s *LibrarianSephirahServiceService) GenerateToken(ctx context.Context, req *pb.GenerateTokenRequest) (*pb.GenerateTokenResponse, error)
- func (s *LibrarianSephirahServiceService) GetAppLibrary(ctx context.Context, req *pb.GetAppLibraryRequest) (*pb.GetAppLibraryResponse, error)
- func (s *LibrarianSephirahServiceService) GetBatchFeedItems(ctx context.Context, req *pb.GetBatchFeedItemsRequest) (*pb.GetBatchFeedItemsResponse, error)
- func (s *LibrarianSephirahServiceService) GetBindApps(ctx context.Context, req *pb.GetBindAppsRequest) (*pb.GetBindAppsResponse, error)
- func (s *LibrarianSephirahServiceService) GetFeedItem(ctx context.Context, req *pb.GetFeedItemRequest) (*pb.GetFeedItemResponse, error)
- func (s *LibrarianSephirahServiceService) GetToken(ctx context.Context, req *pb.GetTokenRequest) (*pb.GetTokenResponse, error)
- func (s *LibrarianSephirahServiceService) GetUser(ctx context.Context, req *pb.GetUserRequest) (*pb.GetUserResponse, error)
- func (s *LibrarianSephirahServiceService) GroupFeedItems(ctx context.Context, req *pb.GroupFeedItemsRequest) (*pb.GroupFeedItemsResponse, error)
- func (s *LibrarianSephirahServiceService) LinkAccount(ctx context.Context, req *pb.LinkAccountRequest) (*pb.LinkAccountResponse, error)
- func (s *LibrarianSephirahServiceService) ListAppPackages(ctx context.Context, req *pb.ListAppPackagesRequest) (*pb.ListAppPackagesResponse, error)
- func (s *LibrarianSephirahServiceService) ListApps(ctx context.Context, req *pb.ListAppsRequest) (*pb.ListAppsResponse, error)
- func (s *LibrarianSephirahServiceService) ListFeedConfigs(ctx context.Context, req *pb.ListFeedConfigsRequest) (*pb.ListFeedConfigsResponse, error)
- func (s *LibrarianSephirahServiceService) ListFeedItems(ctx context.Context, req *pb.ListFeedItemsRequest) (*pb.ListFeedItemsResponse, error)
- func (s *LibrarianSephirahServiceService) ListGameSaveFile(ctx context.Context, req *pb.ListGameSaveFileRequest) (*pb.ListGameSaveFileResponse, error)
- func (s *LibrarianSephirahServiceService) ListLinkAccount(ctx context.Context, req *pb.ListLinkAccountsRequest) (*pb.ListLinkAccountsResponse, error)
- func (s *LibrarianSephirahServiceService) ListUsers(ctx context.Context, req *pb.ListUsersRequest) (*pb.ListUsersResponse, error)
- func (s *LibrarianSephirahServiceService) MergeApps(ctx context.Context, req *pb.MergeAppsRequest) (*pb.MergeAppsResponse, error)
- func (s *LibrarianSephirahServiceService) PurchaseApp(ctx context.Context, req *pb.PurchaseAppRequest) (*pb.PurchaseAppResponse, error)
- func (s *LibrarianSephirahServiceService) RefreshApp(ctx context.Context, req *pb.RefreshAppRequest) (*pb.RefreshAppResponse, error)
- func (s *LibrarianSephirahServiceService) RefreshToken(ctx context.Context, req *pb.RefreshTokenRequest) (*pb.RefreshTokenResponse, error)
- func (s *LibrarianSephirahServiceService) ReportAppPackages(conn pb.LibrarianSephirahService_ReportAppPackagesServer) error
- func (s *LibrarianSephirahServiceService) SearchApps(ctx context.Context, req *pb.SearchAppsRequest) (*pb.SearchAppsResponse, error)
- func (s *LibrarianSephirahServiceService) SimpleDownloadFile(conn pb.LibrarianSephirahService_SimpleDownloadFileServer) error
- func (s *LibrarianSephirahServiceService) SimpleUploadFile(conn pb.LibrarianSephirahService_SimpleUploadFileServer) error
- func (s *LibrarianSephirahServiceService) UnAssignAppPackage(ctx context.Context, req *pb.UnAssignAppPackageRequest) (*pb.UnAssignAppPackageResponse, error)
- func (s *LibrarianSephirahServiceService) UnLinkAccount(ctx context.Context, req *pb.UnLinkAccountRequest) (*pb.UnLinkAccountResponse, error)
- func (s *LibrarianSephirahServiceService) UpdateApp(ctx context.Context, req *pb.UpdateAppRequest) (*pb.UpdateAppResponse, error)
- func (s *LibrarianSephirahServiceService) UpdateAppPackage(ctx context.Context, req *pb.UpdateAppPackageRequest) (*pb.UpdateAppPackageResponse, error)
- func (s *LibrarianSephirahServiceService) UpdateFeedConfig(ctx context.Context, req *pb.UpdateFeedConfigRequest) (*pb.UpdateFeedConfigResponse, error)
- func (s *LibrarianSephirahServiceService) UpdateUser(ctx context.Context, req *pb.UpdateUserRequest) (*pb.UpdateUserResponse, error)
- func (s *LibrarianSephirahServiceService) UploadFile(conn pb.LibrarianSephirahService_UploadFileServer) error
- func (s *LibrarianSephirahServiceService) UploadGameSaveFile(ctx context.Context, req *pb.UploadGameSaveFileRequest) (*pb.UploadGameSaveFileResponse, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewLibrarianSephirahServiceService)
ProviderSet is service providers.
Functions ¶
Types ¶
type LibrarianSephirahServiceService ¶
type LibrarianSephirahServiceService struct { pb.UnimplementedLibrarianSephirahServiceServer // contains filtered or unexported fields }
func (*LibrarianSephirahServiceService) AssignAppPackage ¶ added in v0.0.9
func (s *LibrarianSephirahServiceService) AssignAppPackage( ctx context.Context, req *pb.AssignAppPackageRequest, ) (*pb.AssignAppPackageResponse, error)
func (*LibrarianSephirahServiceService) CreateApp ¶
func (s *LibrarianSephirahServiceService) CreateApp(ctx context.Context, req *pb.CreateAppRequest) ( *pb.CreateAppResponse, error, )
func (*LibrarianSephirahServiceService) CreateAppPackage ¶ added in v0.0.3
func (s *LibrarianSephirahServiceService) CreateAppPackage( ctx context.Context, req *pb.CreateAppPackageRequest, ) (*pb.CreateAppPackageResponse, error)
func (*LibrarianSephirahServiceService) CreateFeedConfig ¶ added in v0.0.3
func (s *LibrarianSephirahServiceService) CreateFeedConfig( ctx context.Context, req *pb.CreateFeedConfigRequest, ) (*pb.CreateFeedConfigResponse, error)
func (*LibrarianSephirahServiceService) CreateUser ¶
func (s *LibrarianSephirahServiceService) CreateUser(ctx context.Context, req *pb.CreateUserRequest) ( *pb.CreateUserResponse, error, )
func (*LibrarianSephirahServiceService) DownloadFile ¶
func (s *LibrarianSephirahServiceService) DownloadFile(conn pb.LibrarianSephirahService_DownloadFileServer) error
func (*LibrarianSephirahServiceService) DownloadGameSaveFile ¶ added in v0.0.3
func (s *LibrarianSephirahServiceService) DownloadGameSaveFile( ctx context.Context, req *pb.DownloadGameSaveFileRequest, ) (*pb.DownloadGameSaveFileResponse, error)
func (*LibrarianSephirahServiceService) GenerateToken ¶
func (s *LibrarianSephirahServiceService) GenerateToken(ctx context.Context, req *pb.GenerateTokenRequest) ( *pb.GenerateTokenResponse, error, )
func (*LibrarianSephirahServiceService) GetAppLibrary ¶ added in v0.0.9
func (s *LibrarianSephirahServiceService) GetAppLibrary(ctx context.Context, req *pb.GetAppLibraryRequest) ( *pb.GetAppLibraryResponse, error, )
func (*LibrarianSephirahServiceService) GetBatchFeedItems ¶ added in v0.0.8
func (s *LibrarianSephirahServiceService) GetBatchFeedItems( ctx context.Context, req *pb.GetBatchFeedItemsRequest, ) (*pb.GetBatchFeedItemsResponse, error)
func (*LibrarianSephirahServiceService) GetBindApps ¶ added in v0.0.9
func (s *LibrarianSephirahServiceService) GetBindApps(ctx context.Context, req *pb.GetBindAppsRequest) ( *pb.GetBindAppsResponse, error, )
func (*LibrarianSephirahServiceService) GetFeedItem ¶ added in v0.0.5
func (s *LibrarianSephirahServiceService) GetFeedItem( ctx context.Context, req *pb.GetFeedItemRequest, ) (*pb.GetFeedItemResponse, error)
func (*LibrarianSephirahServiceService) GetToken ¶
func (s *LibrarianSephirahServiceService) GetToken(ctx context.Context, req *pb.GetTokenRequest) ( *pb.GetTokenResponse, error, )
func (*LibrarianSephirahServiceService) GetUser ¶ added in v0.0.8
func (s *LibrarianSephirahServiceService) GetUser(ctx context.Context, req *pb.GetUserRequest) ( *pb.GetUserResponse, error, )
func (*LibrarianSephirahServiceService) GroupFeedItems ¶ added in v0.0.9
func (s *LibrarianSephirahServiceService) GroupFeedItems( ctx context.Context, req *pb.GroupFeedItemsRequest, ) (*pb.GroupFeedItemsResponse, error)
func (*LibrarianSephirahServiceService) LinkAccount ¶
func (s *LibrarianSephirahServiceService) LinkAccount(ctx context.Context, req *pb.LinkAccountRequest) ( *pb.LinkAccountResponse, error, )
func (*LibrarianSephirahServiceService) ListAppPackages ¶ added in v0.0.9
func (s *LibrarianSephirahServiceService) ListAppPackages( ctx context.Context, req *pb.ListAppPackagesRequest, ) (*pb.ListAppPackagesResponse, error)
func (*LibrarianSephirahServiceService) ListApps ¶ added in v0.0.9
func (s *LibrarianSephirahServiceService) ListApps(ctx context.Context, req *pb.ListAppsRequest) ( *pb.ListAppsResponse, error, )
func (*LibrarianSephirahServiceService) ListFeedConfigs ¶ added in v0.0.9
func (s *LibrarianSephirahServiceService) ListFeedConfigs( ctx context.Context, req *pb.ListFeedConfigsRequest, ) (*pb.ListFeedConfigsResponse, error)
func (*LibrarianSephirahServiceService) ListFeedItems ¶ added in v0.0.8
func (s *LibrarianSephirahServiceService) ListFeedItems( ctx context.Context, req *pb.ListFeedItemsRequest, ) (*pb.ListFeedItemsResponse, error)
func (*LibrarianSephirahServiceService) ListGameSaveFile ¶ added in v0.0.3
func (s *LibrarianSephirahServiceService) ListGameSaveFile( ctx context.Context, req *pb.ListGameSaveFileRequest, ) (*pb.ListGameSaveFileResponse, error)
func (*LibrarianSephirahServiceService) ListLinkAccount ¶
func (s *LibrarianSephirahServiceService) ListLinkAccount(ctx context.Context, req *pb.ListLinkAccountsRequest) ( *pb.ListLinkAccountsResponse, error, )
func (*LibrarianSephirahServiceService) ListUsers ¶ added in v0.0.8
func (s *LibrarianSephirahServiceService) ListUsers(ctx context.Context, req *pb.ListUsersRequest) ( *pb.ListUsersResponse, error, )
func (*LibrarianSephirahServiceService) MergeApps ¶ added in v0.0.9
func (s *LibrarianSephirahServiceService) MergeApps(ctx context.Context, req *pb.MergeAppsRequest) ( *pb.MergeAppsResponse, error, )
func (*LibrarianSephirahServiceService) PurchaseApp ¶ added in v0.0.9
func (s *LibrarianSephirahServiceService) PurchaseApp(ctx context.Context, req *pb.PurchaseAppRequest) ( *pb.PurchaseAppResponse, error, )
func (*LibrarianSephirahServiceService) RefreshApp ¶
func (s *LibrarianSephirahServiceService) RefreshApp(ctx context.Context, req *pb.RefreshAppRequest) ( *pb.RefreshAppResponse, error, )
func (*LibrarianSephirahServiceService) RefreshToken ¶
func (s *LibrarianSephirahServiceService) RefreshToken(ctx context.Context, req *pb.RefreshTokenRequest) ( *pb.RefreshTokenResponse, error, )
func (*LibrarianSephirahServiceService) ReportAppPackages ¶ added in v0.0.9
func (s *LibrarianSephirahServiceService) ReportAppPackages( conn pb.LibrarianSephirahService_ReportAppPackagesServer, ) error
func (*LibrarianSephirahServiceService) SearchApps ¶ added in v0.0.9
func (s *LibrarianSephirahServiceService) SearchApps(ctx context.Context, req *pb.SearchAppsRequest) ( *pb.SearchAppsResponse, error, )
func (*LibrarianSephirahServiceService) SimpleDownloadFile ¶
func (s *LibrarianSephirahServiceService) SimpleDownloadFile( conn pb.LibrarianSephirahService_SimpleDownloadFileServer, ) error
func (*LibrarianSephirahServiceService) SimpleUploadFile ¶
func (s *LibrarianSephirahServiceService) SimpleUploadFile( conn pb.LibrarianSephirahService_SimpleUploadFileServer, ) error
func (*LibrarianSephirahServiceService) UnAssignAppPackage ¶ added in v0.0.9
func (s *LibrarianSephirahServiceService) UnAssignAppPackage( ctx context.Context, req *pb.UnAssignAppPackageRequest, ) (*pb.UnAssignAppPackageResponse, error)
func (*LibrarianSephirahServiceService) UnLinkAccount ¶
func (s *LibrarianSephirahServiceService) UnLinkAccount(ctx context.Context, req *pb.UnLinkAccountRequest) ( *pb.UnLinkAccountResponse, error, )
func (*LibrarianSephirahServiceService) UpdateApp ¶
func (s *LibrarianSephirahServiceService) UpdateApp(ctx context.Context, req *pb.UpdateAppRequest) ( *pb.UpdateAppResponse, error, )
func (*LibrarianSephirahServiceService) UpdateAppPackage ¶ added in v0.0.3
func (s *LibrarianSephirahServiceService) UpdateAppPackage( ctx context.Context, req *pb.UpdateAppPackageRequest, ) (*pb.UpdateAppPackageResponse, error)
func (*LibrarianSephirahServiceService) UpdateFeedConfig ¶ added in v0.0.3
func (s *LibrarianSephirahServiceService) UpdateFeedConfig( ctx context.Context, req *pb.UpdateFeedConfigRequest, ) (*pb.UpdateFeedConfigResponse, error)
func (*LibrarianSephirahServiceService) UpdateUser ¶
func (s *LibrarianSephirahServiceService) UpdateUser(ctx context.Context, req *pb.UpdateUserRequest) ( *pb.UpdateUserResponse, error, )
func (*LibrarianSephirahServiceService) UploadFile ¶
func (s *LibrarianSephirahServiceService) UploadFile(conn pb.LibrarianSephirahService_UploadFileServer) error
func (*LibrarianSephirahServiceService) UploadGameSaveFile ¶ added in v0.0.3
func (s *LibrarianSephirahServiceService) UploadGameSaveFile( ctx context.Context, req *pb.UploadGameSaveFileRequest, ) (*pb.UploadGameSaveFileResponse, error)
Click to show internal directories.
Click to hide internal directories.