vRp.CD2g_test/exporter/configuration/field.go

8 lines
100 B
Go

package configuration
type Field interface {
GetID() int
GetName() string
GetType() FieldType
}