Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Finder ¶
type Finder interface {
Layout(post domain.PostDatum, cacheable bool) domain.FieldGroups
}
Finder defines the method for obtaining field layouts.
type Location ¶
type Location struct {
// Groups defines the current field groups that
// are saved to disk in storage.
Groups domain.FieldGroups
// jsonPath defines where JSON files containing
// domain.FieldGroups are kept
JSONPath string
}
Location defines
Click to show internal directories.
Click to hide internal directories.