MCPcopy Create free account
hub / github.com/cisco/senml / SenML

Struct SenML

senml.go:110–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110type SenML struct {
111 XMLName *bool `json:"_,omitempty" xml:"sensml"`
112 Xmlns string `json:"_,omitempty" xml:"xmlns,attr"`
113
114 Records []SenMLRecord ` xml:"senml"`
115}
116
117func (records SenML) toRecords() []map[int]interface{} {
118 var ret []map[int]interface{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected