ppforge/packet/packetmetadata.go

8 lines
119 B
Go
Raw Normal View History

2023-04-11 16:05:24 +02:00
package packet
2023-11-10 13:48:47 +01:00
// Meta struct is the absolute minimum of metadata
type Meta struct {
Name string
Revision int
2023-04-11 16:05:24 +02:00
}