We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58706f8 commit b43d0f9Copy full SHA for b43d0f9
framework/components/dockercompose/chip_ingress_set/protos.go
@@ -17,11 +17,9 @@ import (
17
)
18
19
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
+ Name string
+ Path string
+ Content string
25
}
26
27
type ProtoSchemaSet struct {
0 commit comments