ppforge/packet/packetmetadata.go

8 lines
119 B
Go

package packet
// Meta struct is the absolute minimum of metadata
type Meta struct {
Name string
Revision int
}