Documentation ¶ Index ¶ func FetchTitle(URL string) (string, error) func Run() error type Flags func NewFlag() (*Flags, error) type GitHub func NewGitHub(token string) *GitHub func (g *GitHub) UpdateIssue(issue *Issue, title string, body string) error type Issue type Repo func GetEnv() (string, *Repo, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func FetchTitle ¶ func FetchTitle(URL string) (string, error) func Run ¶ func Run() error Types ¶ type Flags ¶ type Flags struct { URL string Number int } func NewFlag ¶ func NewFlag() (*Flags, error) type GitHub ¶ type GitHub struct { Client *githubv4.Client } func NewGitHub ¶ func NewGitHub(token string) *GitHub func (*GitHub) UpdateIssue ¶ func (g *GitHub) UpdateIssue(issue *Issue, title string, body string) error type Issue ¶ type Issue struct { Number int Repo *Repo } type Repo ¶ type Repo struct { Owner string Name string } func GetEnv ¶ func GetEnv() (string, *Repo, error) Source Files ¶ View all Source files app.go env.go flag.go github.go parse.go Click to show internal directories. Click to hide internal directories.