implement server side auth checking,
implement some account server side rendering
This commit is contained in:
10
app/types.go
10
app/types.go
@@ -67,3 +67,13 @@ type Instance struct {
|
||||
ConfigureBtnIcon Icon
|
||||
DeleteBtnIcon Icon
|
||||
}
|
||||
|
||||
type Account struct {
|
||||
Username string
|
||||
Pools map[string]bool
|
||||
Nodes map[string]bool
|
||||
VMID struct {
|
||||
Min int
|
||||
Max int
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user