usecase

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Sep 15, 2020 License: BSD-3-Clause Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IStudentUseCase

type IStudentUseCase interface {
	Create(model models.StudentModel) (result *models.StudentModel, err error)
	Find() (result []models.StudentModel)
}

IStudentUseCase UseCase層のインターフェイス

func NewStudentUseCase

func NewStudentUseCase(repo repository.IStudent) IStudentUseCase

NewStudentUseCase UseCase層の実装を持つインスタンス @service

Jump to

Keyboard shortcuts

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