Update misc.go
This commit is contained in:
parent
eda9fe23ae
commit
1315d9f749
|
|
@ -11,3 +11,9 @@ type BaseData struct {
|
|||
Active string
|
||||
CurrentUser string
|
||||
}
|
||||
|
||||
// ClientServerHashes struct, to save hashes to detect changes
|
||||
type ClientServerHashes struct {
|
||||
Client string `json:"client"`
|
||||
Server string `json:"server"`
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue