github.com/simpleiot/simpleiot@v0.18.3/data/doc.go (about) 1 /* 2 Package data contains common data structures that are used throughout the project. 3 4 [Encode], [Decode], [MergePoints], and [MergeEdgePoints] can be used to convert your custom types to/from the [NodeEdge] type 5 that SIOT uses for its wire and storage format. 6 */ 7 package data