Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Card ¶
Card holds the schema definition for the CreditCard entity.
func (Card) Annotations ¶ added in v0.5.0
func (Card) Annotations() []schema.Annotation
type CheckError ¶ added in v0.4.3
type CheckError struct {
// contains filtered or unexported fields
}
CheckError is returned by the validators.
func (CheckError) Error ¶ added in v0.4.3
func (c CheckError) Error() string
type FieldType ¶
FieldType holds the schema definition for the FieldType entity. used for testing field types.
type MAC ¶ added in v0.5.1
type MAC struct {
net.HardwareAddr
}
Click to show internal directories.
Click to hide internal directories.