add tags to extclient

This commit is contained in:
abhishek9686 2024-10-17 14:13:33 +04:00
parent 14152a9484
commit 1596060d4b

View file

@ -19,6 +19,7 @@ type ExtClient struct {
DeniedACLs map[string]struct{} `json:"deniednodeacls" bson:"acls,omitempty"`
RemoteAccessClientID string `json:"remote_access_client_id"` // unique ID (MAC address) of RAC machine
PostUp string `json:"postup" bson:"postup"`
Tags map[TagID]struct{} `json:"tags"`
PostDown string `json:"postdown" bson:"postdown"`
}