separate domain listing into its own model
This commit is contained in:
parent
04ebd05a8f
commit
ef2dbcede5
5 changed files with 162 additions and 76 deletions
|
|
@ -7,6 +7,7 @@ type Page int
|
|||
const (
|
||||
PageLogin Page = iota
|
||||
PageMenu
|
||||
PageListDomains
|
||||
)
|
||||
|
||||
type SwitchPageMsg struct {
|
||||
|
|
@ -17,4 +18,7 @@ type SessionReadyMsg struct {
|
|||
Client *porkbun.Client
|
||||
}
|
||||
|
||||
type ListDomainsMsg struct {
|
||||
}
|
||||
|
||||
type ErrorMsg error
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue