Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetClientWithCookie ¶
func NewCategoryClient ¶
func NewCategoryClient() *categoryClient
func NewTaskClient ¶
func NewTaskClient() *taskClient
func NewUserClient ¶
func NewUserClient() *userClient
Types ¶
type CategoryClient ¶
type TaskClient ¶
type TaskClient interface { CreateTask(title, description, category, userID string) (respCode int, err error) GetTaskById(id, userID string) (entity.Task, error) UpdateTask(id, title, description, userID string) (respCode int, err error) UpdateCategoryTask(id, catId, userID string) (respCode int, err error) DeleteTask(id, userID string) (respCode int, err error) }
Click to show internal directories.
Click to hide internal directories.