Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Comment string
View Source
var Copy bool
View Source
var RootCmd = &cobra.Command{
Use: "blight",
Short: "Some useful tools for Wrike developer",
Long: `Integrate your terminal with Wrike`,
}
RootCmd represents the base command when called without any subcommands
Functions ¶
Types ¶
type IDResponse ¶
type Task ¶
type Task struct {
ID string `json:"id"`
AccountID string `json:"accountId"`
Title string `json:"title"`
Status string `json:"status"`
Importance string `json:"importance"`
CreatedDate time.Time `json:"createdDate"`
UpdatedDate time.Time `json:"updatedDate"`
Dates struct {
Type string `json:"type"`
Duration int `json:"duration"`
Start string `json:"start"`
Due string `json:"due"`
} `json:"dates"`
Scope string `json:"scope"`
CustomStatusID string `json:"customStatusId"`
Permalink string `json:"permalink"`
Priority string `json:"priority"`
V2ID int
}
Click to show internal directories.
Click to hide internal directories.