internal

package
v0.0.0-...-430b584 Latest Latest
Warning

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

Go to latest
Published: Mar 21, 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 AuthUC

type AuthUC interface {
	Authorize(token string) (entity.Auth, error)
}

AuthUC contains all the auth usecase methods

type UserDBRepo

type UserDBRepo interface {
	Find(ID int) (entity.User, error)
}

UserDBRepo holds mysql repo methods

type UserUC

type UserUC interface {
	GetUser(ID int) (entity.User, error)
}

UserUC holds user use case methods

Directories

Path Synopsis
delivery
mocks
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
examples
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
repository

Jump to

Keyboard shortcuts

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