ppforge/protocol/defaultvalue.go

7 lines
100 B
Go

package protocol
type DefaultValue struct {
Desc string
FieldValues []DefaultFieldValue
}