package
Version:
v0.0.0-...-b2b7553
Opens a new window with list of versions in this module.
Published: Jun 22, 2021
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type BaseResponse struct {
HTTPStatus int `json:"-"`
Code int `json:"code"`
Message string `json:"message"`
}
type ClickUpTask struct {
Name string `json:"name"`
Description string `json:"description"`
Assignees []int `json:"assignees"`
Priority int `json:"priority"`
Tags []string `json:"tags"`
}
type ClickUpTaskRequest struct {
Title string `form:"title"`
Description string `form:"description"`
Tags string `form:"tags"`
Priority int `form:"priority"`
}
type Tag struct {
Name string `json:"name"`
TagFG string `json:"tag_fg"`
TagBG string `json:"tag_bg"`
Creator int `json:"creator"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.