Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Migration dbMigration
View Source
var Seeder dbSeeder
Functions ¶
Types ¶
type Instance ¶
type Json ¶
type Json[T any] struct { Data T }
func (Json[T]) MarshalJSON ¶
func (*Json[T]) UnmarshalJSON ¶
type Null ¶
type Null[T comparable] struct { Data T Valid bool }
func (Null[T]) MarshalJSON ¶
func (*Null[T]) UnmarshalJSON ¶
type Pagination ¶
type SeederHandler ¶
type Set ¶ added in v1.8.1
type Set[T gokit.SetConstraint] struct { Data []T }
func (Set[T]) MarshalJSON ¶ added in v1.8.1
func (*Set[T]) UnmarshalJSON ¶ added in v1.8.1
Click to show internal directories.
Click to hide internal directories.