github.com/jordan-bonecutter/can-go@v0.0.0-20230901155856-d83995b18e50/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  }