package
0.0.0-20230519091546-c6b0d7e90d51
Repository: https://github.com/fs02/go-todo-backend.git
Documentation: pkg.go.dev
# README
todostest
This package should be named using [domain]test
format, which is also used by standard package such as net/http/httptest
.
If needed, this package may also contains additional function that act as helper for mocking (see todo.go).
# Functions
Mock apply mock todo functions.
MockClear util.
MockCreate util.
MockDelete util.
MockSearch util.
MockUpdate util.
# Type aliases
MockFunc function.