package
0.0.0-20211115162838-342cda44c3f4
Repository: https://github.com/bburaksseyhan/todo-api.git
Documentation: pkg.go.dev

# Functions

NewTodoRepository take session which is use for repository implementation.

# Interfaces

TodoRepository is an interface Save method take model.Todo return *model.Todo, error GetById take id parameter return *model.Todo, error.