Versions in this module Expand all Collapse all v0 v0.1.1 Sep 15, 2020 v0.1.0 Sep 15, 2020 Changes in this version + type IStudentUseCase interface + Create func(model models.StudentModel) (result *models.StudentModel, err error) + Find func() (result []models.StudentModel) + func NewStudentUseCase(repo repository.IStudent) IStudentUseCase