usecase

package
v0.0.0-...-13fa9a0 Latest Latest
Warning

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

Go to latest
Published: Jun 1, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Repository

type Repository interface {
	Create(location *model.LocationInput) (*model.Location, error)
	GetByID(id string) (*model.Location, error)
	GetByName(name string) (*model.Location, error)
	GetAll() ([]*model.Location, error)
}

type Usecase

type Usecase interface {
	Repository
}

func NewUsecase

func NewUsecase(repo Repository) Usecase

Jump to

Keyboard shortcuts

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