소스 검색

add tags to static node model

abhishek9686 10 달 전
부모
커밋
292c0744d5
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      models/extclient.go

+ 1 - 0
models/extclient.go

@@ -43,6 +43,7 @@ func (ext *ExtClient) ConvertToStaticNode() Node {
 		CommonNode: CommonNode{
 			Network: ext.Network,
 		},
+		Tags:       ext.Tags,
 		IsStatic:   true,
 		StaticNode: *ext,
 	}