Versions in this module Expand all Collapse all v1 v1.0.0 Oct 30, 2019 Changes in this version + var LocationSource_name = map[int32]string + var LocationSource_value = map[string]int32 + var Modulation_name = map[int32]string + var Modulation_value = map[string]int32 + var Region_name = map[int32]string + var Region_value = map[string]int32 + type ContextDetails struct + ContextId []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ContextDetails) Descriptor() ([]byte, []int) + func (*ContextDetails) ProtoMessage() + func (m *ContextDetails) GetContextId() []byte + func (m *ContextDetails) Reset() + func (m *ContextDetails) String() string + func (m *ContextDetails) XXX_DiscardUnknown() + func (m *ContextDetails) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ContextDetails) XXX_Merge(src proto.Message) + func (m *ContextDetails) XXX_Size() int + func (m *ContextDetails) XXX_Unmarshal(b []byte) error + type KeyEnvelope struct + AesKey []byte + KekLabel string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*KeyEnvelope) Descriptor() ([]byte, []int) + func (*KeyEnvelope) ProtoMessage() + func (m *KeyEnvelope) GetAesKey() []byte + func (m *KeyEnvelope) GetKekLabel() string + func (m *KeyEnvelope) Reset() + func (m *KeyEnvelope) String() string + func (m *KeyEnvelope) XXX_DiscardUnknown() + func (m *KeyEnvelope) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *KeyEnvelope) XXX_Merge(src proto.Message) + func (m *KeyEnvelope) XXX_Size() int + func (m *KeyEnvelope) XXX_Unmarshal(b []byte) error + type Location struct + Accuracy uint32 + Altitude float64 + Latitude float64 + Longitude float64 + Source LocationSource + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Location) Descriptor() ([]byte, []int) + func (*Location) ProtoMessage() + func (m *Location) GetAccuracy() uint32 + func (m *Location) GetAltitude() float64 + func (m *Location) GetLatitude() float64 + func (m *Location) GetLongitude() float64 + func (m *Location) GetSource() LocationSource + func (m *Location) Reset() + func (m *Location) String() string + func (m *Location) XXX_DiscardUnknown() + func (m *Location) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Location) XXX_Merge(src proto.Message) + func (m *Location) XXX_Size() int + func (m *Location) XXX_Unmarshal(b []byte) error + type LocationSource int32 + const LocationSource_CONFIG + const LocationSource_GEO_RESOLVER + const LocationSource_GPS + const LocationSource_UNKNOWN + func (LocationSource) EnumDescriptor() ([]byte, []int) + func (x LocationSource) String() string + type Modulation int32 + const Modulation_FSK + const Modulation_LORA + func (Modulation) EnumDescriptor() ([]byte, []int) + func (x Modulation) String() string + type Region int32 + const Region_AS923 + const Region_AU915 + const Region_CN470 + const Region_CN779 + const Region_EU433 + const Region_EU868 + const Region_IN865 + const Region_KR920 + const Region_RU864 + const Region_US915 + func (Region) EnumDescriptor() ([]byte, []int) + func (x Region) String() string