adding returnNode fields for frontend

This commit is contained in:
afeiszli 2021-04-09 10:35:00 -04:00
parent fad2138d7e
commit 1bc00067ed

View file

@ -18,4 +18,7 @@ type ReturnNode struct {
Interface string `json:"interface" bson:"interface"`
Group string `json:"group" bson:"group"`
IsPending *bool `json:"ispending" bson:"ispending"`
LocalAddress string `json:"localaddress" bson:"localaddress" validate:"localaddress_check"`
ExpirationDateTime int64 `json:"expdatetime" bson:"expdatetime"`
CheckInInterval int32 `json:"checkininterval" bson:"checkininterval"`
}