type github.com/golang/protobuf/ptypes/timestamp.Timestamp
30 uses
github.com/golang/protobuf/ptypes/timestamp (current package)
timestamp.pb.go#L15: type Timestamp = timestamppb.Timestamp
github.com/golang/protobuf/ptypes
timestamp.go#L36: func Timestamp(ts *timestamppb.Timestamp) (time.Time, error) {
timestamp.go#L49: func TimestampNow() *timestamppb.Timestamp {
timestamp.go#L59: func TimestampProto(t time.Time) (*timestamppb.Timestamp, error) {
timestamp.go#L60: ts := ×tamppb.Timestamp{
timestamp.go#L72: func TimestampString(ts *timestamppb.Timestamp) string {
timestamp.go#L89: func validateTimestamp(ts *timestamppb.Timestamp) error {
github.com/census-instrumentation/opencensus-proto/gen-go/agent/common/v1
common.pb.go#L210: StartTimestamp *timestamp.Timestamp `protobuf:"bytes,3,opt,name=start_timestamp,json=startTimestamp,proto3" json:"start_timestamp,omitempty"`
common.pb.go#L259: func (x *ProcessIdentifier) GetStartTimestamp() *timestamp.Timestamp {
common.pb.go#L484: (*timestamp.Timestamp)(nil), // 6: google.protobuf.Timestamp
github.com/census-instrumentation/opencensus-proto/gen-go/metrics/v1
metrics.pb.go#L367: StartTimestamp *timestamp.Timestamp `protobuf:"bytes,1,opt,name=start_timestamp,json=startTimestamp,proto3" json:"start_timestamp,omitempty"`
metrics.pb.go#L409: func (x *TimeSeries) GetStartTimestamp() *timestamp.Timestamp {
metrics.pb.go#L496: Timestamp *timestamp.Timestamp `protobuf:"bytes,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
metrics.pb.go#L539: func (x *Point) GetTimestamp() *timestamp.Timestamp {
metrics.pb.go#L929: Timestamp *timestamp.Timestamp `protobuf:"bytes,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
metrics.pb.go#L973: func (x *DistributionValue_Exemplar) GetTimestamp() *timestamp.Timestamp {
metrics.pb.go#L1399: (*timestamp.Timestamp)(nil), // 17: google.protobuf.Timestamp
cloud.google.com/go/logging
logging.go#L176: var unixZeroTimestamp *tspb.Timestamp
contrib.go.opencensus.io/exporter/stackdriver
metrics.go#L386: func metricPointToMpbPoint(startTime *timestamp.Timestamp, pt *metricdata.Point, projectID string) (*monitoringpb.Point, error) {
metrics_proto.go#L436: func fromProtoPoint(startTime *timestamppb.Timestamp, pt *metricspb.Point) (*monitoringpb.Point, error) {
stats.go#L459: StartTime: ×tamp.Timestamp{
stats.go#L463: EndTime: ×tamp.Timestamp{
stats.go#L473: gaugeTime := ×tamp.Timestamp{
trace_proto.go#L172: func timestampProto(t time.Time) *timestamppb.Timestamp {
trace_proto.go#L173: return ×tamppb.Timestamp{
google.golang.org/grpc/balancer/grpclb
grpclb_remote_balancer.go#L307: stats.Timestamp = ×tamppb.Timestamp{
google.golang.org/grpc/balancer/grpclb/grpc_lb_v1
load_balancer.pb.go#L206: Timestamp *timestamp.Timestamp `protobuf:"bytes,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
load_balancer.pb.go#L248: func (m *ClientStats) GetTimestamp() *timestamp.Timestamp {
google.golang.org/grpc/binarylog/grpc_binarylog_v1
binarylog.pb.go#L156: Timestamp *timestamp.Timestamp `protobuf:"bytes,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
binarylog.pb.go#L217: func (m *GrpcLogEntry) GetTimestamp() *timestamp.Timestamp {
 |
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. |