Documentation
¶
Index ¶
- Constants
- func ContestArchiveURL() string
- func ContestTaskURL(contestID string) string
- func ContestURL(contestID string) string
- func HomeURL() string
- func LoginURL() string
- func MySubmissionURL(contestID string) string
- func TaskURL(contestID string, taskID string) string
- func URL(path string, pathParams map[string]string, query Valuer) *url.URL
- type Valuer
Constants ¶
View Source
const ( BaseURL = "https://atcoder.jp" HomePath = "/home" LoginPath = "/login" ContestArchivePath = "/contests/archive" ContestPath = "/contests/{contestID}" ContestTaskPath = "/contests/{contestID}/tasks" TaskPath = "/contests/{contestID}/tasks/{id}" SubmitPath = "/contests/{contestID}/submit" MySubmissionPath = "/contests/{contestID}/submissions/me" SettingsPath = "/settings" )
Variables ¶
This section is empty.
Functions ¶
func ContestArchiveURL ¶
func ContestArchiveURL() string
func ContestTaskURL ¶
func ContestURL ¶
func MySubmissionURL ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.