Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrEditTargetIDNotFound = fmt.Errorf("edit target not found")
Functions ¶
This section is empty.
Types ¶
type Joins ¶
type Joins interface { // Each calls the provided function on each of the concrete (not pointer) // objects in the slice. Each(func(interface{})) // Add adds a new object to the slice. It is assumed that the passed // object can be type asserted to the correct type. Add(interface{}) }
Joins is the interface implemented by slices of join objects.
type Model ¶
Model is the interface implemented by objects that exist in the database that have an `id` column.
type Models ¶
type Models interface { // Add adds a new object to the slice. It is assumed that the passed // object can be type asserted to the correct type. Add(interface{}) }
Models is the interface implemented by slices of Model objects.
Source Files
¶
- dbi.go
- factory.go
- querybuilder_draft.go
- querybuilder_edit.go
- querybuilder_image.go
- querybuilder_invite_key.go
- querybuilder_joins.go
- querybuilder_pending_activation.go
- querybuilder_performer.go
- querybuilder_scene.go
- querybuilder_site.go
- querybuilder_sql.go
- querybuilder_studio.go
- querybuilder_tag.go
- querybuilder_tag_category.go
- querybuilder_user.go
- sql.go
- table.go
- transaction.go
Click to show internal directories.
Click to hide internal directories.