type github.com/golang/protobuf/ptypes/wrappers.DoubleValue
6 uses
github.com/golang/protobuf/ptypes/wrappers (current package)
wrappers.pb.go#L15: type DoubleValue = wrapperspb.DoubleValue
github.com/census-instrumentation/opencensus-proto/gen-go/metrics/v1
metrics.pb.go#L728: Sum *wrappers.DoubleValue `protobuf:"bytes,2,opt,name=sum,proto3" json:"sum,omitempty"`
metrics.pb.go#L772: func (x *SummaryValue) GetSum() *wrappers.DoubleValue {
metrics.pb.go#L1055: Sum *wrappers.DoubleValue `protobuf:"bytes,2,opt,name=sum,proto3" json:"sum,omitempty"`
metrics.pb.go#L1100: func (x *SummaryValue_Snapshot) GetSum() *wrappers.DoubleValue {
metrics.pb.go#L1401: (*wrappers.DoubleValue)(nil), // 19: google.protobuf.DoubleValue
 |
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. |