// Gerrit returns the Gerrit instance of the context. func (ctx Context) Gerrit(host string) *gerrit.Gerrit { return gerrit.New(ctx.run, host) }
// Gerrit returns the Gerrit instance of the context. func (ctx Context) Gerrit(host *url.URL) *gerrit.Gerrit { return gerrit.New(ctx.NewSeq(), host) }