type github.com/golang/protobuf/proto.Properties
12 uses
github.com/golang/protobuf/proto (current package)
properties.go#L31: Prop []*Properties
properties.go#L41: type Properties struct {
properties.go#L80: MapKeyProp *Properties
properties.go#L82: MapValProp *Properties
properties.go#L95: Prop *Properties
properties.go#L99: func (p *Properties) String() string {
properties.go#L137: func (p *Properties) Parse(tag string) {
properties.go#L196: func (p *Properties) Init(typ reflect.Type, name, tag string, f *reflect.StructField) {
properties.go#L205: p.MapKeyProp = new(Properties)
properties.go#L207: p.MapValProp = new(Properties)
properties.go#L237: p := new(Properties)
properties.go#L279: Prop: new(Properties),
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |