WIP: stuff
This commit is contained in:
19
cli/internal/apps/msg.go
Normal file
19
cli/internal/apps/msg.go
Normal file
@ -0,0 +1,19 @@
|
||||
package apps
|
||||
|
||||
import "time"
|
||||
|
||||
type Msg struct {
|
||||
Text string
|
||||
Time time.Time
|
||||
Key *string
|
||||
Loading *bool
|
||||
Success *bool
|
||||
|
||||
App *App
|
||||
}
|
||||
|
||||
type App struct {
|
||||
Name string
|
||||
Color string
|
||||
Loading *bool
|
||||
}
|
Reference in New Issue
Block a user