const google.golang.org/protobuf/internal/genid.Duration_message_fullname
6 uses
google.golang.org/protobuf/internal/genid (current package)
duration_gen.go#L18: Duration_message_fullname protoreflect.FullName = "google.protobuf.Duration"
google.golang.org/protobuf/encoding/protojson
well_known_types.go#L597: return errors.New("%s: seconds out of range %v", genid.Duration_message_fullname, secs)
well_known_types.go#L600: return errors.New("%s: nanos out of range %v", genid.Duration_message_fullname, nanos)
well_known_types.go#L603: return errors.New("%s: signs of seconds and nanos do not match", genid.Duration_message_fullname)
well_known_types.go#L633: return d.newError(tok.Pos(), "invalid %v value %v", genid.Duration_message_fullname, tok.RawString())
well_known_types.go#L638: return d.newError(tok.Pos(), "%v value out of range: %v", genid.Duration_message_fullname, tok.RawString())
 |
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. |