package
0.1.0
Repository: https://github.com/vbetsun/todo-app.git
Documentation: pkg.go.dev

# Functions

NewAuth return instance of auth repository.
NewDB creates and validates new db connection.
NewStorage returns all implemented repositories.
NewTodoItem returns instance of Todo repository.
NewTodoList returns instance of List repository.

# Structs

Auth represents repository for authorization and authentication.
Config represents all required fields for connecting to postgres db.
Storage contains all implemented repositories.
TodoItem represents Todo repository.
TodoList represents List of todos repository.