type github.com/golang/protobuf/proto.messageName
7 uses
github.com/golang/protobuf/proto (current package)
registry.go#L177: type messageName = string
registry.go#L185: func RegisterType(m Message, s messageName) {
registry.go#L197: func RegisterMapType(m interface{}, s messageName) {
registry.go#L212: func MessageType(s messageName) reflect.Type {
registry.go#L270: func MessageName(m Message) messageName {
registry.go#L274: if m, ok := m.(interface{ XXX_MessageName() messageName }); ok {
registry.go#L277: return messageName(protoimpl.X.MessageDescriptorOf(m).FullName())
![]() |
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. |