Documentation ¶
Overview ¶
Package domain TODO.
Package domain TODO.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Repo ¶
type Repo[E Entity] interface { Delete(ctx context.Context, entity E, scan func(Scanner)) (E, error) Get(ctx context.Context, entity E, scan func(Scanner)) (E, error) GetByFilter(ctx context.Context, entity E, scan func(Scanner) E) ([]E, error) Insert(ctx context.Context, entity E, scan func(Scanner)) (E, error) Update(ctx context.Context, entity E, scan func(Scanner)) (E, error) }
type Serializable ¶
Directories ¶
Path | Synopsis |
---|---|
Package batch TODO.
|
Package batch TODO. |
Package entity TODO.
|
Package entity TODO. |
Package memory Is a copy of the storage memory from the external storage packet as a purpose to test the behavior in the unittests when using a storages from these packets
|
Package memory Is a copy of the storage memory from the external storage packet as a purpose to test the behavior in the unittests when using a storages from these packets |
Package mongo TODO.
|
Package mongo TODO. |
Package repo TODO.
|
Package repo TODO. |
Click to show internal directories.
Click to hide internal directories.