mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-05 16:57:51 +08:00
addressed majority of static checks
This commit is contained in:
@@ -19,9 +19,6 @@ var (
|
||||
Free_Tier = false
|
||||
)
|
||||
|
||||
// constant for database key for storing server ids
|
||||
const server_id_key = "nm-server-id"
|
||||
|
||||
type serverData struct {
|
||||
PrivateKey string `json:"privatekey,omitempty" bson:"privatekey,omitempty"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user