Documentation ¶
Index ¶
- Constants
- func CompileError(ctx context.Context, compileErr error, jid int64) (err error)
- func CompileOK(ctx context.Context, jid int64) (err error)
- func Do(ctx context.Context, method string, URL string, data interface{}, ctype string, ...) (err error)
- func JudgeError(ctx context.Context, errMsg error, jid int64)
- func PostResult(ctx context.Context, result config.RunResult) (err error)
Constants ¶
View Source
const ( TypeForm = "application/x-www-form-urlencoded" TypeJSON = "application/json" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.