address

package
v0.0.0-...-e9d4ddd Latest Latest
Warning

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

Go to latest
Published: Apr 14, 2020 License: MIT Imports: 1 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 {
	GetProvinces() (res []*models.Province, err error)
	GetProvince(ID string) (res *models.Province)
}

Repository represent address contract

type Usecase

type Usecase interface {
	Provinces() []*models.Province
	Province(ID string) *models.Province
}

Usecase represent contract address

Directories

Path Synopsis
delivery

Jump to

Keyboard shortcuts

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