Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Workflow ¶
type Workflow struct { ID int `json:"id"` NodeID string `json:"node_id"` Name string `json:"name"` Path string `json:"path"` State string `json:"state"` CreatedAt string `json:"created_at"` UpdatedAt string `json:"updated_at"` URL string `json:"url"` HTMLURL string `json:"html_url"` BadgeURL string `json:"badge_url"` }
Click to show internal directories.
Click to hide internal directories.