store download & add key
This commit is contained in:
@ -20,6 +20,10 @@ var wPublicState = watchable.New[PublicState]()
|
||||
type State struct {
|
||||
HasConfig bool
|
||||
|
||||
Store struct {
|
||||
DownloadToken string
|
||||
}
|
||||
|
||||
Clusters []ClusterState
|
||||
Hosts []HostState
|
||||
Config *localconfig.Config
|
||||
|
Reference in New Issue
Block a user