core

package
v0.0.0-...-18df7f0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 25, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrTodoNotFound = errors.New("todo not found")
	ErrInvalidTodo  = errors.New("invalid todo")
	ErrNoTodos      = errors.New("todos not available todo")
)
View Source
var (
	ErrUserNotFound = errors.New("user not found")
	ErrInvalidUser  = errors.New("invalid user")
	ErrNoUser       = errors.New("users not available user")
)

Functions

func NewTodoService

func NewTodoService(todoRepo app.TodoRepository) app.TodoService

func NewUserService

func NewUserService(userRepo app.UserRepository) app.UserService

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL