Versions in this module Expand all Collapse all v0 v0.1.2 Aug 2, 2018 v0.1.1 Jul 18, 2018 v0.1.0 Jun 26, 2018 v0.0.1 Aug 2, 2018 Changes in this version + const EnvAccessToken + const EnvAddress + const EnvPassword + const EnvToken + const EnvUsername + func AddComment(comment *Comment) error + func AddTask(task *Task) error + func FindId(text string) (int, error) + type Client struct + Config *Config + func NewClient(c *Config) (*Client, error) + func (c *Client) NewRequest(method, requestPath, payload string) (string, error) + type Comment struct + Description string + General *General + type Config struct + Address string + Creds *Credentials + Error error + HttpClient *http.Client + MaxRetries int + Timeout time.Duration + func DefaultConfig() *Config + func (c *Config) ReadEnvironment() error + type Credentials struct + AccessToken string + Password string + Token string + Username string + type General struct + Id int + type Project struct + Id int + type Projects struct + ProjectId int + type Response struct + Items []Projects + type TPoptions struct + Comment string + Id int + State string + func ParseOptions(text string) (error, TPoptions) + type Task struct + Description string + Name string + Project Project + Tags string + Userstory Userstory + type Userstory struct + Id int