Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TodoService ¶ added in v0.0.14
type TodoService struct {
// contains filtered or unexported fields
}
これより上位のUI層で詳細なエラー情報を返すことはない そのため、この層でのロギングが必要である
func NewTodoService ¶ added in v0.0.14
func NewTodoService(ctx context.Context, r repository.Repository, logger log.Logger) *TodoService
func (*TodoService) GetTaskList ¶ added in v0.0.14
func (*TodoService) HealthCheck ¶ added in v0.0.14
func (st *TodoService) HealthCheck(ctx context.Context) error
Click to show internal directories.
Click to hide internal directories.