Draft: big refactor
This commit is contained in:
@@ -20,12 +20,14 @@ func Tick(d time.Duration) tea.Cmd {
|
||||
}
|
||||
|
||||
type Base struct {
|
||||
client *resty.Client
|
||||
client *resty.Client
|
||||
username string
|
||||
}
|
||||
|
||||
func NewBase(client *resty.Client) *Base {
|
||||
return &Base{
|
||||
client: client,
|
||||
client: client,
|
||||
username: "",
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user