type github.com/golang/protobuf/ptypes/duration.Duration

5 uses

	github.com/golang/protobuf/ptypes/duration (current package)
		duration.pb.go#L15: type Duration = durationpb.Duration

	github.com/golang/protobuf/ptypes
		duration.go#L26: func Duration(dur *durationpb.Duration) (time.Duration, error) {
		duration.go#L46: func DurationProto(d time.Duration) *durationpb.Duration {
		duration.go#L50: 	return &durationpb.Duration{
		duration.go#L61: func validateDuration(dur *durationpb.Duration) error {