소스 검색

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"`
 }