Documentation
¶
Index ¶
- Constants
- type Client
- func (c *Client) IsLoggedIn() bool
- func (c *Client) ListExamples(ctx context.Context, contest, task string) ([]Example, error)
- func (c *Client) Login(ctx context.Context, username, password string) error
- func (c *Client) Submit(ctx context.Context, contest string, task string, languageID string, ...) (string, error)
- type Example
Constants ¶
View Source
const ( LanguageIDCPP14gcc = "3003" LanguageIDCPP17gcc = "4003" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.