Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StudentHandle ¶
type StudentHandle interface {
Post(c interfaces.Context)
Get(c interfaces.Context)
}
StudentHandle application層のインターフェイス
func NewStudentHandler ¶
func NewStudentHandler(u usecase.IStudentUseCase) StudentHandle
NewStudentHandler application層の実装を持つインスタンス @handler
Click to show internal directories.
Click to hide internal directories.