ppforge/structure.go

9 lines
328 B
Go

package ppf
//type DataModel struct {
// Name string // User defined name of his current work (filename later)
// Protocols []ProtocolStructure // List of protocols in order of the stack
// Data []FieldValue // Data of the fields of all protocols
// ProtocolCreation bool
//}