type go.opencensus.io/internal/tagencoding.Values
7 uses
go.opencensus.io/internal/tagencoding (current package)
tagencoding.go#L21: type Values struct {
tagencoding.go#L27: func (vb *Values) growIfRequired(expected int) {
tagencoding.go#L36: func (vb *Values) WriteValue(v []byte) {
tagencoding.go#L55: func (vb *Values) ReadValue() []byte {
tagencoding.go#L73: func (vb *Values) Bytes() []byte {
go.opencensus.io/stats/view
collector.go#L62: vb := &tagencoding.Values{
collector.go#L75: vb := &tagencoding.Values{Buffer: buf}
![]() |
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. |