Skip to content

Commit b43d0f9

Browse files
committed
remove fields
1 parent 58706f8 commit b43d0f9

File tree

1 file changed

+3
-5
lines changed
  • framework/components/dockercompose/chip_ingress_set

1 file changed

+3
-5
lines changed

framework/components/dockercompose/chip_ingress_set/protos.go

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,9 @@ import (
1717
)
1818

1919
type protoFile struct {
20-
Name string
21-
Path string
22-
Content string
23-
IsImportOnly bool // true if this is an import-only schema
24-
TargetMessage string // for import-only schemas, the message name this schema is for
20+
Name string
21+
Path string
22+
Content string
2523
}
2624

2725
type ProtoSchemaSet struct {

0 commit comments

Comments
 (0)