github.com/jshiv/can-go@v0.2.1-0.20210224011015-069e90e90bdf/pkg/descriptor/node.go (about) 1 package descriptor 2 3 // Node describes a CAN node. 4 type Node struct { 5 // Description of the CAN node. 6 Name string 7 // Description of the CAN node. 8 Description string 9 }