repository

package
v0.0.0-...-d43d553 Latest Latest
Warning

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

Go to latest
Published: Feb 8, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthRepos

type AuthRepos struct {
	// contains filtered or unexported fields
}

func NewAuthRepository

func NewAuthRepository(db *sql.DB) *AuthRepos

func (*AuthRepos) Login

func (*AuthRepos) Logout

func (*AuthRepos) Register

type Repository

func NewRepository

func NewRepository(db *sql.DB) *Repository

type TodoItemRepos

type TodoItemRepos struct {
	// contains filtered or unexported fields
}

func NewTodoItemRepository

func NewTodoItemRepository(db *sql.DB) *TodoItemRepos

func (*TodoItemRepos) CreateItem

func (*TodoItemRepos) DeleteItem

func (*TodoItemRepos) GetItemById

func (*TodoItemRepos) GetItems

func (*TodoItemRepos) UpdateItem

type TodoListRepos

type TodoListRepos struct {
	// contains filtered or unexported fields
}

func NewTodoListRepository

func NewTodoListRepository(db *sql.DB) *TodoListRepos

func (*TodoListRepos) CreateList

func (*TodoListRepos) DeleteList

func (*TodoListRepos) GetListById

func (*TodoListRepos) GetLists

func (*TodoListRepos) UpdateList

Jump to

Keyboard shortcuts

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