Versions in this module Expand all Collapse all v0 v0.4.0 Jun 15, 2020 Changes in this version + type AnyValue struct + Value isAnyValue_Value + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*AnyValue) Descriptor() ([]byte, []int) + func (*AnyValue) ProtoMessage() + func (*AnyValue) XXX_OneofWrappers() []interface{} + func (m *AnyValue) GetArrayValue() *ArrayValue + func (m *AnyValue) GetBoolValue() bool + func (m *AnyValue) GetDoubleValue() float64 + func (m *AnyValue) GetIntValue() int64 + func (m *AnyValue) GetKvlistValue() *KeyValueList + func (m *AnyValue) GetStringValue() string + func (m *AnyValue) GetValue() isAnyValue_Value + func (m *AnyValue) Reset() + func (m *AnyValue) String() string + func (m *AnyValue) XXX_DiscardUnknown() + func (m *AnyValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *AnyValue) XXX_Merge(src proto.Message) + func (m *AnyValue) XXX_Size() int + func (m *AnyValue) XXX_Unmarshal(b []byte) error + type AnyValue_ArrayValue struct + ArrayValue *ArrayValue + type AnyValue_BoolValue struct + BoolValue bool + type AnyValue_DoubleValue struct + DoubleValue float64 + type AnyValue_IntValue struct + IntValue int64 + type AnyValue_KvlistValue struct + KvlistValue *KeyValueList + type AnyValue_StringValue struct + StringValue string + type ArrayValue struct + Values []*AnyValue + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ArrayValue) Descriptor() ([]byte, []int) + func (*ArrayValue) ProtoMessage() + func (m *ArrayValue) GetValues() []*AnyValue + func (m *ArrayValue) Reset() + func (m *ArrayValue) String() string + func (m *ArrayValue) XXX_DiscardUnknown() + func (m *ArrayValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ArrayValue) XXX_Merge(src proto.Message) + func (m *ArrayValue) XXX_Size() int + func (m *ArrayValue) XXX_Unmarshal(b []byte) error + type KeyValue struct + Key string + Value *AnyValue + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*KeyValue) Descriptor() ([]byte, []int) + func (*KeyValue) ProtoMessage() + func (m *KeyValue) GetKey() string + func (m *KeyValue) GetValue() *AnyValue + func (m *KeyValue) Reset() + func (m *KeyValue) String() string + func (m *KeyValue) XXX_DiscardUnknown() + func (m *KeyValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *KeyValue) XXX_Merge(src proto.Message) + func (m *KeyValue) XXX_Size() int + func (m *KeyValue) XXX_Unmarshal(b []byte) error + type KeyValueList struct + Values []*KeyValue + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*KeyValueList) Descriptor() ([]byte, []int) + func (*KeyValueList) ProtoMessage() + func (m *KeyValueList) GetValues() []*KeyValue + func (m *KeyValueList) Reset() + func (m *KeyValueList) String() string + func (m *KeyValueList) XXX_DiscardUnknown() + func (m *KeyValueList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *KeyValueList) XXX_Merge(src proto.Message) + func (m *KeyValueList) XXX_Size() int + func (m *KeyValueList) XXX_Unmarshal(b []byte) error v0.3.0 Mar 23, 2020 Changes in this version + var AttributeKeyValue_ValueType_name = map[int32]string + var AttributeKeyValue_ValueType_value = map[string]int32 + type AttributeKeyValue struct + BoolValue bool + DoubleValue float64 + IntValue int64 + Key string + StringValue string + Type AttributeKeyValue_ValueType + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*AttributeKeyValue) Descriptor() ([]byte, []int) + func (*AttributeKeyValue) ProtoMessage() + func (m *AttributeKeyValue) GetBoolValue() bool + func (m *AttributeKeyValue) GetDoubleValue() float64 + func (m *AttributeKeyValue) GetIntValue() int64 + func (m *AttributeKeyValue) GetKey() string + func (m *AttributeKeyValue) GetStringValue() string + func (m *AttributeKeyValue) GetType() AttributeKeyValue_ValueType + func (m *AttributeKeyValue) Reset() + func (m *AttributeKeyValue) String() string + func (m *AttributeKeyValue) XXX_DiscardUnknown() + func (m *AttributeKeyValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *AttributeKeyValue) XXX_Merge(src proto.Message) + func (m *AttributeKeyValue) XXX_Size() int + func (m *AttributeKeyValue) XXX_Unmarshal(b []byte) error + type AttributeKeyValue_ValueType int32 + const AttributeKeyValue_BOOL + const AttributeKeyValue_DOUBLE + const AttributeKeyValue_INT + const AttributeKeyValue_STRING + func (AttributeKeyValue_ValueType) EnumDescriptor() ([]byte, []int) + func (x AttributeKeyValue_ValueType) String() string + type InstrumentationLibrary struct + Name string + Version string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*InstrumentationLibrary) Descriptor() ([]byte, []int) + func (*InstrumentationLibrary) ProtoMessage() + func (m *InstrumentationLibrary) GetName() string + func (m *InstrumentationLibrary) GetVersion() string + func (m *InstrumentationLibrary) Reset() + func (m *InstrumentationLibrary) String() string + func (m *InstrumentationLibrary) XXX_DiscardUnknown() + func (m *InstrumentationLibrary) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *InstrumentationLibrary) XXX_Merge(src proto.Message) + func (m *InstrumentationLibrary) XXX_Size() int + func (m *InstrumentationLibrary) XXX_Unmarshal(b []byte) error + type StringKeyValue struct + Key string + Value string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*StringKeyValue) Descriptor() ([]byte, []int) + func (*StringKeyValue) ProtoMessage() + func (m *StringKeyValue) GetKey() string + func (m *StringKeyValue) GetValue() string + func (m *StringKeyValue) Reset() + func (m *StringKeyValue) String() string + func (m *StringKeyValue) XXX_DiscardUnknown() + func (m *StringKeyValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *StringKeyValue) XXX_Merge(src proto.Message) + func (m *StringKeyValue) XXX_Size() int + func (m *StringKeyValue) XXX_Unmarshal(b []byte) error