Documentation
¶
Index ¶
- type Courses
- type Error
- type Loading
- type Login
- func (l *Login) Client(m base.Model) (*moodle.Client, error)
- func (l *Login) Init(base.Model) tea.Cmd
- func (*Login) Intermediate() bool
- func (l *Login) KeyMap() help.KeyMap
- func (*Login) Resize(base.Size)
- func (l *Login) SetEmail(email string)
- func (l *Login) SetPassword(password string)
- func (*Login) Title() string
- func (l *Login) Update(m base.Model, msg tea.Msg) tea.Cmd
- func (l *Login) View(base.Model) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Courses ¶
type Courses struct {
// contains filtered or unexported fields
}
func (*Courses) Intermediate ¶
type Error ¶
type Error struct {
// contains filtered or unexported fields
}
func (*Error) Intermediate ¶
type Loading ¶
type Loading struct {
// contains filtered or unexported fields
}
func NewLoading ¶
func (*Loading) Intermediate ¶
type Login ¶
type Login struct {
// contains filtered or unexported fields
}
func (*Login) Intermediate ¶
func (*Login) SetPassword ¶
Click to show internal directories.
Click to hide internal directories.