func github.com/golang/protobuf/ptypes.Duration
5 uses
github.com/golang/protobuf/ptypes (current package)
duration.go#L24: func Duration(dur *durationpb.Duration) (time.Duration, error) {
cloud.google.com/go/profiler
profiler.go#L288: } else if time, err := ptypes.Duration(retryInfo.RetryDelay); err != nil {
profiler.go#L371: duration, err := ptypes.Duration(p.Duration)
profiler.go#L388: duration, err := ptypes.Duration(p.Duration)
profiler.go#L403: duration, err := ptypes.Duration(p.Duration)
![]() |
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. |