Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AbsoluteURLModel ¶
type AbsoluteURLModel interface {
// Get the absolute URL of the model.
AbsoluteURL() string
}
Get the absolute URL of the model.
type AppNamer ¶
type AppNamer interface {
AppName() string
}
Namer to retrieve the app name, from any given model.
-> modelutils.namer.GetAppName
type DisplayableField ¶
type DisplayableField interface {
// Display a model field in the admin.
Display() string
}
Display a model field in the admin app list.
type ListDisplayer ¶ added in v1.0.6
type ListDisplayer interface {
ListDisplay() string
}
How a model should be displayed in the admin list.
Click to show internal directories.
Click to hide internal directories.