瀏覽代碼

add reference id to acl policy

abhishek9686 4 月之前
父節點
當前提交
13a05399ee
共有 1 個文件被更改,包括 1 次插入0 次删除
  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"`
 }