Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface {
Connect() Session
}
Client creates a connection to the services.
type CourseStorage ¶
type Session ¶
type Session interface { SetAuthToken(token string) StudentStorage() StudentStorage CourseStorage() CourseStorage }
Session represents authenticable connection to the services.
type StudentStorage ¶
type UserManager ¶
Click to show internal directories.
Click to hide internal directories.