Documentation
¶
Index ¶
- Variables
- func NewLibrarianSephirahServiceService(t *biztiphereth.TipherethUseCase, g *bizgebura.GeburaUseCase, ...) pb.LibrarianSephirahServiceServer
- type LibrarianSephirahServiceService
- func (s *LibrarianSephirahServiceService) BindApp(ctx context.Context, req *pb.BindAppRequest) (*pb.BindAppResponse, error)
- func (s *LibrarianSephirahServiceService) CreateApp(ctx context.Context, req *pb.CreateAppRequest) (*pb.CreateAppResponse, error)
- func (s *LibrarianSephirahServiceService) CreateUser(ctx context.Context, req *pb.CreateUserRequest) (*pb.CreateUserResponse, error)
- func (s *LibrarianSephirahServiceService) DownloadArtifacts(ctx context.Context, req *pb.DownloadArtifactsRequest) (*pb.DownloadArtifactsResponse, error)
- func (s *LibrarianSephirahServiceService) DownloadFile(conn pb.LibrarianSephirahService_DownloadFileServer) error
- func (s *LibrarianSephirahServiceService) GenerateToken(ctx context.Context, req *pb.GenerateTokenRequest) (*pb.GenerateTokenResponse, 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) ListArtifacts(ctx context.Context, req *pb.ListArtifactsRequest) (*pb.ListArtifactsResponse, 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) 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) 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) UpdateUser(ctx context.Context, req *pb.UpdateUserRequest) (*pb.UpdateUserResponse, error)
- func (s *LibrarianSephirahServiceService) UploadArtifacts(ctx context.Context, req *pb.UploadArtifactsRequest) (*pb.UploadArtifactsResponse, error)
- func (s *LibrarianSephirahServiceService) UploadFile(conn pb.LibrarianSephirahService_UploadFileServer) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewLibrarianSephirahServiceService)
ProviderSet is service providers.
Functions ¶
func NewLibrarianSephirahServiceService ¶
func NewLibrarianSephirahServiceService( t *biztiphereth.TipherethUseCase, g *bizgebura.GeburaUseCase, b *bizbinah.BinahUseCase, ) pb.LibrarianSephirahServiceServer
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) CreateApp ¶
func (s *LibrarianSephirahServiceService) CreateApp(ctx context.Context, req *pb.CreateAppRequest) ( *pb.CreateAppResponse, error, )
func (*LibrarianSephirahServiceService) CreateUser ¶
func (s *LibrarianSephirahServiceService) CreateUser(ctx context.Context, req *pb.CreateUserRequest) ( *pb.CreateUserResponse, error, )
func (*LibrarianSephirahServiceService) DownloadArtifacts ¶
func (s *LibrarianSephirahServiceService) DownloadArtifacts(ctx context.Context, req *pb.DownloadArtifactsRequest) ( *pb.DownloadArtifactsResponse, error, )
func (*LibrarianSephirahServiceService) DownloadFile ¶
func (s *LibrarianSephirahServiceService) DownloadFile(conn pb.LibrarianSephirahService_DownloadFileServer) error
func (*LibrarianSephirahServiceService) GenerateToken ¶
func (s *LibrarianSephirahServiceService) GenerateToken(ctx context.Context, req *pb.GenerateTokenRequest) ( *pb.GenerateTokenResponse, 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) ListArtifacts ¶
func (s *LibrarianSephirahServiceService) ListArtifacts(ctx context.Context, req *pb.ListArtifactsRequest) ( *pb.ListArtifactsResponse, 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) 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) 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) UpdateUser ¶
func (s *LibrarianSephirahServiceService) UpdateUser(ctx context.Context, req *pb.UpdateUserRequest) ( *pb.UpdateUserResponse, error, )
func (*LibrarianSephirahServiceService) UploadArtifacts ¶
func (s *LibrarianSephirahServiceService) UploadArtifacts(ctx context.Context, req *pb.UploadArtifactsRequest) ( *pb.UploadArtifactsResponse, error, )
func (*LibrarianSephirahServiceService) UploadFile ¶
func (s *LibrarianSephirahServiceService) UploadFile(conn pb.LibrarianSephirahService_UploadFileServer) error
Click to show internal directories.
Click to hide internal directories.