type go.opencensus.io/tag.Metadata
6 uses
go.opencensus.io/tag (current package)
map.go#L107: func Insert(k Key, v string, mds ...Metadata) Mutator {
map.go#L126: func Update(k Key, v string, mds ...Metadata) Mutator {
map.go#L146: func Upsert(k Key, v string, mds ...Metadata) Mutator {
map.go#L158: func createMetadatas(mds ...Metadata) metadatas {
metadata.go#L45: type Metadata func(*metadatas)
metadata.go#L48: func WithTTL(ttl TTL) Metadata {
 |
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. |