func github.com/golang/protobuf/ptypes.TimestampProto
5 uses
github.com/golang/protobuf/ptypes (current package)
timestamp.go#L50: ts, err := TimestampProto(time.Now())
timestamp.go#L59: func TimestampProto(t time.Time) (*timestamppb.Timestamp, error) {
cloud.google.com/go/logging
logging.go#L180: unixZeroTimestamp, err = ptypes.TimestampProto(time.Unix(0, 0))
logging.go#L874: ts, err := ptypes.TimestampProto(t)
google.golang.org/grpc/internal/binarylog
method_logger.go#L75: timestamp, _ := ptypes.TimestampProto(time.Now())
![]() |
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. |