Browse Source

add reference id to acl policy

abhishek9686 4 tháng trước cách đây
mục cha
commit
13a05399ee
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      models/acl.go

+ 1 - 0
models/acl.go

@@ -92,6 +92,7 @@ type Acl struct {
 	Port             []string                `json:"ports"`
 	AllowedDirection AllowedTrafficDirection `json:"allowed_traffic_direction"`
 	Enabled          bool                    `json:"enabled"`
+	ReferenceID      string                  `json:"reference_id"`
 	CreatedBy        string                  `json:"created_by"`
 	CreatedAt        time.Time               `json:"created_at"`
 }