Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetJudgeStatusLogic ¶
func NewGetJudgeStatusLogic ¶
func NewGetJudgeStatusLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetJudgeStatusLogic
查询判题状态
func (*GetJudgeStatusLogic) GetJudgeStatus ¶
func (l *GetJudgeStatusLogic) GetJudgeStatus(req *types.JudgeStatusReq) (resp *types.JudgeStatusResp, err error)
type GetWasmLogic ¶
func NewGetWasmLogic ¶
func NewGetWasmLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetWasmLogic
获取判题Wasm
type ListJudgeLogic ¶
func NewListJudgeLogic ¶
func NewListJudgeLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ListJudgeLogic
查询判题列表
func (*ListJudgeLogic) ListJudge ¶
func (l *ListJudgeLogic) ListJudge(req *types.ListJudgeReq) (resp *types.ListJudgeResp, err error)
type SubmitJudgeLogic ¶
func NewSubmitJudgeLogic ¶
func NewSubmitJudgeLogic(ctx context.Context, svcCtx *svc.ServiceContext) *SubmitJudgeLogic
提交判题请求
func (*SubmitJudgeLogic) SubmitJudge ¶
Click to show internal directories.
Click to hide internal directories.