Documentation ¶
Index ¶
- func CheckProblemSlug(ctx context.Context, slug string) (bool, error)
- func DeleteProblem(ctx context.Context, slug string) error
- func GetProblem(ctx context.Context, slug string) (*problem_model.Problem, error)
- func GetProblemInfoList(ctx context.Context, account string, options problem_model.GetProblemOptions) ([]problem_model.ProblemInfoView, int64, error)
- func PutProblem(ctx context.Context, problem problem_model.Problem) error
- func PutProblemPackage(ctx context.Context, slug, zipFile string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetProblem ¶
func GetProblemInfoList ¶
func GetProblemInfoList( ctx context.Context, account string, options problem_model.GetProblemOptions, ) ([]problem_model.ProblemInfoView, int64, error)
func PutProblem ¶
func PutProblem(ctx context.Context, problem problem_model.Problem) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.