presenter

package
v0.0.0-...-b2b7553 Latest Latest
Warning

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

Go to latest
Published: Jun 22, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BaseResponse

type BaseResponse struct {
	HTTPStatus int    `json:"-"`
	Code       int    `json:"code"`
	Message    string `json:"message"`
}

type CDNUploadDirectResponse

type CDNUploadDirectResponse struct {
	BaseResponse
	Data string `json:"data"`
}

type ClickUpTask

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

type ClickUpTaskRequest struct {
	Title       string `form:"title"`
	Description string `form:"description"`
	Tags        string `form:"tags"`
	Priority    int    `form:"priority"`
}

type Tag

type Tag struct {
	Name    string `json:"name"`
	TagFG   string `json:"tag_fg"`
	TagBG   string `json:"tag_bg"`
	Creator int    `json:"creator"`
}

type TagsList

type TagsList struct {
	BaseResponse
	Tags []Tag `json:"tags"`
}

Jump to

Keyboard shortcuts

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