Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MtcApiClient ¶
type MtcApiClient struct {
BaseURL string
// contains filtered or unexported fields
}
func New ¶
func New(baseURL string) *MtcApiClient
func (*MtcApiClient) GetLesson ¶
func (c *MtcApiClient) GetLesson(lessonToken string) (types.Lesson, error)
func (*MtcApiClient) ResetLesson ¶
func (c *MtcApiClient) ResetLesson(lessonToken string) (types.Lesson, error)
func (*MtcApiClient) SubmitLesson ¶
func (c *MtcApiClient) SubmitLesson(lessonToken string, cliCommandResults []types.CLICommandResult) (types.Lesson, error)
Click to show internal directories.
Click to hide internal directories.