SYMBOL INDEX (39 symbols across 8 files) FILE: changelog.go type Changelog (line 16) | type Changelog struct function insertNewChangelog (line 20) | func insertNewChangelog(orig []byte, section string) string { type Section (line 41) | type Section struct method toMkdn (line 67) | func (rs Section) toMkdn() (string, error) { function init (line 59) | func init() { method getSection (line 76) | func (gh *Ghch) getSection(ctx context.Context, from, to string) (Sectio... FILE: changelog_test.go constant jsonListPulls (line 12) | jsonListPulls = `[ function TestMarkdown (line 506) | func TestMarkdown(t *testing.T) { FILE: cli.go type Ghch (line 14) | type Ghch struct function Run (line 36) | func Run(ctx context.Context, argv []string, outStream, errStream io.Wri... type cli (line 40) | type cli struct method Run (line 44) | func (cl *cli) Run(ctx context.Context, argv []string) error { method parseArgs (line 63) | func (cl *cli) parseArgs(args []string) (*Ghch, error) { FILE: cmd/ghch/ghch.go function main (line 11) | func main() { FILE: ghch.go function exists (line 27) | func exists(filename string) bool { method Run (line 33) | func (gh *Ghch) Run() error { method runAll (line 44) | func (gh *Ghch) runAll(ctx context.Context) error { method run (line 80) | func (gh *Ghch) run(ctx context.Context) error { method initialize (line 129) | func (gh *Ghch) initialize(ctx context.Context) error { method setToken (line 159) | func (gh *Ghch) setToken() { method setBaseURL (line 166) | func (gh *Ghch) setBaseURL() { method gitProg (line 175) | func (gh *Ghch) gitProg() string { method cmd (line 182) | func (gh *Ghch) cmd(argv ...string) (string, error) { method versions (line 197) | func (gh *Ghch) versions() []string { method getRemote (line 205) | func (gh *Ghch) getRemote() string { method ownerAndRepo (line 214) | func (gh *Ghch) ownerAndRepo() (owner, repo string) { method htmlURL (line 228) | func (gh *Ghch) htmlURL(ctx context.Context, owner, repoStr string) (str... method mergedPRs (line 239) | func (gh *Ghch) mergedPRs(ctx context.Context, from, to string) (prs []*... method getLatestSemverTag (line 286) | func (gh *Ghch) getLatestSemverTag() string { type mergedPRLog (line 294) | type mergedPRLog struct method mergedPRLogs (line 299) | func (gh *Ghch) mergedPRLogs(from, to string) (nums []*mergedPRLog, err ... function parseMergedPRLogs (line 310) | func parseMergedPRLogs(out string) (prs []*mergedPRLog) { method getChangedAt (line 324) | func (gh *Ghch) getChangedAt(rev string) (time.Time, error) { FILE: ghch_test.go function TestParsePRLogs (line 8) | func TestParsePRLogs(t *testing.T) { FILE: octokit.go function reducePR (line 7) | func reducePR(pr *github.PullRequest) *github.PullRequest { function reduceUser (line 25) | func reduceUser(u *github.User) *github.User { function reduceRepo (line 37) | func reduceRepo(r *github.Repository) *github.Repository { function reducePullRequestBranch (line 49) | func reducePullRequestBranch(prb *github.PullRequestBranch) *github.Pull... FILE: version.go constant version (line 3) | version = "0.10.4"