Documentation ¶
Index ¶
- Variables
- func NewLibrarianSephirahServiceService(_ *bizangela.Angela, t *biztiphereth.Tiphereth, g *bizgebura.Gebura, ...) pb.LibrarianSephirahServiceServer
- type LibrarianSephirahServiceService
- func (s *LibrarianSephirahServiceService) BindApp(ctx context.Context, req *pb.BindAppRequest) (*pb.BindAppResponse, error)
- func (s *LibrarianSephirahServiceService) BindAppPackage(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) 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) LinkAccount(ctx context.Context, req *pb.LinkAccountRequest) (*pb.LinkAccountResponse, error)
- func (s *LibrarianSephirahServiceService) ListApp(ctx context.Context, req *pb.ListAppRequest) (*pb.ListAppResponse, error)
- func (s *LibrarianSephirahServiceService) ListAppPackage(ctx context.Context, req *pb.ListAppPackageRequest) (*pb.ListAppPackageResponse, error)
- func (s *LibrarianSephirahServiceService) ListBindApp(ctx context.Context, req *pb.ListBindAppRequest) (*pb.ListBindAppResponse, error)
- func (s *LibrarianSephirahServiceService) ListFeed(ctx context.Context, req *pb.ListFeedRequest) (*pb.ListFeedResponse, error)
- func (s *LibrarianSephirahServiceService) ListFeedItem(ctx context.Context, req *pb.ListFeedItemRequest) (*pb.ListFeedItemResponse, error)
- func (s *LibrarianSephirahServiceService) ListGameSaveFile(ctx context.Context, req *pb.ListGameSaveFileRequest) (*pb.ListGameSaveFileResponse, error)
- func (s *LibrarianSephirahServiceService) ListLinkAccount(ctx context.Context, req *pb.ListLinkAccountRequest) (*pb.ListLinkAccountResponse, error)
- func (s *LibrarianSephirahServiceService) ListUser(ctx context.Context, req *pb.ListUserRequest) (*pb.ListUserResponse, 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) ReportAppPackage(conn pb.LibrarianSephirahService_ReportAppPackageServer) error
- func (s *LibrarianSephirahServiceService) SimpleDownloadFile(conn pb.LibrarianSephirahService_SimpleDownloadFileServer) error
- func (s *LibrarianSephirahServiceService) SimpleUploadFile(conn pb.LibrarianSephirahService_SimpleUploadFileServer) error
- func (s *LibrarianSephirahServiceService) UnBindApp(ctx context.Context, req *pb.UnBindAppRequest) (*pb.UnBindAppResponse, error)
- func (s *LibrarianSephirahServiceService) UnBindAppPackage(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) BindApp ¶
func (s *LibrarianSephirahServiceService) BindApp(ctx context.Context, req *pb.BindAppRequest) ( *pb.BindAppResponse, error, )
func (*LibrarianSephirahServiceService) BindAppPackage ¶ added in v0.0.3
func (s *LibrarianSephirahServiceService) BindAppPackage( 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) 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) LinkAccount ¶
func (s *LibrarianSephirahServiceService) LinkAccount(ctx context.Context, req *pb.LinkAccountRequest) ( *pb.LinkAccountResponse, error, )
func (*LibrarianSephirahServiceService) ListApp ¶
func (s *LibrarianSephirahServiceService) ListApp(ctx context.Context, req *pb.ListAppRequest) ( *pb.ListAppResponse, error, )
func (*LibrarianSephirahServiceService) ListAppPackage ¶ added in v0.0.3
func (s *LibrarianSephirahServiceService) ListAppPackage( ctx context.Context, req *pb.ListAppPackageRequest, ) (*pb.ListAppPackageResponse, error)
func (*LibrarianSephirahServiceService) ListBindApp ¶ added in v0.0.3
func (s *LibrarianSephirahServiceService) ListBindApp(ctx context.Context, req *pb.ListBindAppRequest) ( *pb.ListBindAppResponse, error, )
func (*LibrarianSephirahServiceService) ListFeed ¶ added in v0.0.3
func (s *LibrarianSephirahServiceService) ListFeed( ctx context.Context, req *pb.ListFeedRequest, ) (*pb.ListFeedResponse, error)
func (*LibrarianSephirahServiceService) ListFeedItem ¶ added in v0.0.3
func (s *LibrarianSephirahServiceService) ListFeedItem( ctx context.Context, req *pb.ListFeedItemRequest, ) (*pb.ListFeedItemResponse, 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.ListLinkAccountRequest) ( *pb.ListLinkAccountResponse, error, )
func (*LibrarianSephirahServiceService) ListUser ¶
func (s *LibrarianSephirahServiceService) ListUser(ctx context.Context, req *pb.ListUserRequest) ( *pb.ListUserResponse, 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) ReportAppPackage ¶ added in v0.0.3
func (s *LibrarianSephirahServiceService) ReportAppPackage( conn pb.LibrarianSephirahService_ReportAppPackageServer, ) 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) UnBindApp ¶
func (s *LibrarianSephirahServiceService) UnBindApp(ctx context.Context, req *pb.UnBindAppRequest) ( *pb.UnBindAppResponse, error, )
func (*LibrarianSephirahServiceService) UnBindAppPackage ¶ added in v0.0.3
func (s *LibrarianSephirahServiceService) UnBindAppPackage( 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.