Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Repository ¶
type Repository interface { FindAll(ctx context.Context) ([]Zo, error) Finds(ctx context.Context, userId int) ([]Zo, error) Find(ctx context.Context, id int) (Zo, error) Create(ctx context.Context, z Zo) (int, error) Update(ctx context.Context, z Zo) error Delete(ctx context.Context, id int) error }
Click to show internal directories.
Click to hide internal directories.