Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Field ¶
Field is a settable field of a fixture target. Embedded fields appear as regular fields named after their type.
type Package ¶
type Package struct {
// Name is the package name (e.g., "model").
Name string
// Path is the import path.
Path string
// Dir is the absolute directory of the package; empty when unknown.
Dir string
// Structs holds the fixture targets, sorted by name.
Structs []Struct
}
Package is a parsed source package holding the fixture targets.
Click to show internal directories.
Click to hide internal directories.