package
0.0.0-20230519091546-c6b0d7e90d51
Repository: https://github.com/fs02/go-todo-backend.git
Documentation: pkg.go.dev
# README
todos
Contains domain related entities and business logic implementations. The business functionality should be exported using Service
interface that contains necessary functions to work with the entity.
Every domain/client should have it's own testing package (todostest
) that can be used to mock the functionality of this package, usualy generated using external tools like mockery
.
# Packages
No description provided by the author
# Functions
New Todos service.
# Variables
ErrTodoTitleBlank validation error.
TodoURLPrefix to be returned when encoding todo.
# Interfaces
Service instance for todo's domain.