package
Version:
v1.16.0
Opens a new window with list of versions in this module.
Published: Apr 5, 2026
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Error struct {
Error string `json:"error" example:"message"`
}
Error -.
type TaskList struct {
Tasks []entity.Task `json:"tasks"`
Total int `json:"total" example:"42"`
}
TaskList -.
type Token struct {
Token string `json:"token" example:"eyJhbGciOiJIUzI1NiIs..."`
}
Token -.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.