Documentation ¶
Index ¶
- Variables
- func VerifyCollectionLoaded[T model.Model](collection *[]T) ([]T, error)
- func VerifyPointerLoaded[TModel model.Model, TID model.ID](id *TID, toVerify *TModel) (*TModel, error)
- func VerifyPointerWithIDLoaded[TModel model.Model, TID model.ID](id TID, toVerify *TModel) (*TModel, error)
- func VerifyStructLoaded[T model.Model](toVerify *T) (*T, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrRelationNotLoaded = errors.New("relation not loaded")
Functions ¶
func VerifyCollectionLoaded ¶
func VerifyPointerLoaded ¶
func VerifyStructLoaded ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.