type go.opentelemetry.io/otel/attribute.Type
6 uses
go.opentelemetry.io/otel/attribute (current package)
type_string.go#L26: func (i Type) String() string {
type_string.go#L27: if i < 0 || i >= Type(len(_Type_index)-1) {
value.go#L30: type Type int // nolint: revive // redefines builtin Type.
value.go#L34: vtype Type
value.go#L42: INVALID Type = iota
value.go#L132: func (v Value) Type() Type {
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |