zo

package
v0.0.0-...-42c4776 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 25, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Create

type Create interface {
	Do(context.Context, domain.Zo) (domain.Zo, error)
}

func NewCreate

func NewCreate(r domain.Repository) Create

type Delete

type Delete interface {
	Do(context.Context, int) error
}

func NewDelete

func NewDelete(r domain.Repository) Delete

type Find

type Find interface {
	Do(context.Context, int) (domain.Zo, error)
}

func NewFind

func NewFind(r domain.Repository) Find

type Finds

type Finds interface {
	Do(context.Context, int) ([]domain.Zo, error)
}

func NewFinds

func NewFinds(r domain.Repository) Finds

type Update

type Update interface {
	Do(context.Context, domain.Zo) (domain.Zo, error)
}

func NewUpdate

func NewUpdate(r domain.Repository) Update

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL