Documentation ¶
Index ¶
- type JokerService
- func (js *JokerService) DownloadFile(ctx context.Context, req *pb.DownloadFileRequest) (*empty.Empty, error)
- func (js *JokerService) HANDLE_GRPC_UploadFile(ctx context.Context, in *any.Any) (out *any.Any, err error)
- func (js *JokerService) InitModuleService(m *component.Module) error
- func (js *JokerService) UploadFile(ctx context.Context, req *pb.UploadFileRequest) (*empty.Empty, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JokerService ¶
type JokerService struct {
// contains filtered or unexported fields
}
func (*JokerService) DownloadFile ¶
func (js *JokerService) DownloadFile(ctx context.Context, req *pb.DownloadFileRequest) (*empty.Empty, error)
func (*JokerService) HANDLE_GRPC_UploadFile ¶
func (*JokerService) InitModuleService ¶
func (js *JokerService) InitModuleService(m *component.Module) error
func (*JokerService) UploadFile ¶
func (js *JokerService) UploadFile(ctx context.Context, req *pb.UploadFileRequest) (*empty.Empty, error)
Click to show internal directories.
Click to hide internal directories.