type github.com/golang/protobuf/ptypes/duration.Duration
10 uses
github.com/golang/protobuf/ptypes/duration (current package)
duration.pb.go#L15: type Duration = durationpb.Duration
github.com/golang/protobuf/ptypes
duration.go#L24: func Duration(dur *durationpb.Duration) (time.Duration, error) {
duration.go#L42: func DurationProto(d time.Duration) *durationpb.Duration {
duration.go#L46: return &durationpb.Duration{
duration.go#L57: func validateDuration(dur *durationpb.Duration) error {
google.golang.org/grpc/balancer/grpclb
grpclb.go#L55: func convertDuration(d *durationpb.Duration) time.Duration {
google.golang.org/grpc/balancer/grpclb/grpc_lb_v1
load_balancer.pb.go#L420: ClientStatsReportInterval *duration.Duration `protobuf:"bytes,2,opt,name=client_stats_report_interval,json=clientStatsReportInterval,proto3" json:"client_stats_report_interval,omitempty"`
load_balancer.pb.go#L451: func (m *InitialLoadBalanceResponse) GetClientStatsReportInterval() *duration.Duration {
google.golang.org/grpc/binarylog/grpc_binarylog_v1
binarylog.pb.go#L353: Timeout *duration.Duration `protobuf:"bytes,4,opt,name=timeout,proto3" json:"timeout,omitempty"`
binarylog.pb.go#L405: func (m *ClientHeader) GetTimeout() *duration.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. |