biz

package
v0.0.0-...-d272d5c Latest Latest
Warning

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

Go to latest
Published: Nov 6, 2021 License: MIT, MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ProviderSet = wire.NewSet(
	NewUserUseCase,
)

ProviderSet is biz providers.

Functions

This section is empty.

Types

type User

type User struct {
	Id int64
}

type UserRepo

type UserRepo interface {
}

type UserUseCase

type UserUseCase struct {
	// contains filtered or unexported fields
}

func NewUserUseCase

func NewUserUseCase(logger log.Logger, lc logic.LogicClient) *UserUseCase

func (*UserUseCase) GetUser

func (s *UserUseCase) GetUser(ctx context.Context, in *v1.Input) (*v1.Output, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳