Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IDAsInterface ¶
type IDAsInterface struct {
ID interface{} `ext:"ID"`
}
type IDAsPointer ¶
type IDAsPointer struct {
ID *string `ext:"ID"`
}
type IDByIDField ¶
type IDByIDField struct {
ID string
}
type IDByLowercaseTag ¶
type IDByLowercaseTag struct {
DI string `ext:"id"`
}
type IDByUppercaseTag ¶
type IDByUppercaseTag struct {
DI string `ext:"ID"`
}
type UnidentifiableID ¶
type UnidentifiableID struct {
UserID string
}
Click to show internal directories.
Click to hide internal directories.