ppforge/protocol/defaultfieldvalue.go

8 lines
184 B
Go

package protocol
// DefaultFieldValue represents a default value for a field identified in a protocol by its name.
type DefaultFieldValue struct {
FieldRef string
Value string
}