ppforge/structure.go

9 lines
328 B
Go
Raw Normal View History

2022-11-25 11:36:29 +01:00
package ppf
2022-11-24 21:49:10 +01:00
//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
//}