store

package
v0.0.0-...-dacb89a Latest Latest
Warning

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

Go to latest
Published: Nov 27, 2021 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrRecordNotFound = errors.New("record_not_found")
)

Functions

This section is empty.

Types

type AuthRepositoryInterface

type AuthRepositoryInterface interface {
	Create(*model.User) error
	FindByPhone(phone string) (*model.User, error)
}

type AuthServiceInterface

type AuthServiceInterface interface {
	Create(*model.User) error
	FindByPhone(phone string) (*model.User, error)
}

type Service

type Service struct {
	AuthServiceInterface
}

type Store

type Store interface {
	Service() Service
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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