Versions in this module Expand all Collapse all v1 v1.0.0 Nov 9, 2024 Changes in this version + func ConvertToRepositoryStudent(serviceStudent *business.Student) *domain.Student + func ConvertToServiceStudent(repoStudent *domain.Student) *business.Student + type Service interface + Create func(ctx context.Context, student *business.Student) (*business.StudentCreateResponse, error) + FindByID func(ctx context.Context, studentID uuid.UUID) (*business.Student, error) + func New(cfg *config.Config, log *slog.Logger, studentRepository studentRepository, ...) Service