Versions in this module Expand all Collapse all v0 v0.7.8 Nov 19, 2021 v0.7.7 Dec 15, 2020 Changes in this version + func IsASCII(s string) bool + func IsHead(revision string) bool + func IsImmutable(revision string) bool + func IsRef(revision string) bool + func IsSha(revision string) bool + func IsTag(revision string) bool + func URLJoin(u string, paths ...string) (string, error) v0.7.6 Oct 13, 2020 v0.7.5 Sep 8, 2020 Changes in this version + type CodeReview struct + ID string + Ref string + func (v CodeReview) Empty() bool + type UploadOptions struct + AutoTopic bool + CodeReview CodeReview + Description string + DestBranch string + Draft bool + Issue string + LocalBranch string + MockGitPush bool + NoCertChecks bool + NoEmails bool + OldOid string + People [][]string + Private bool + PushOptions []string + RemoteName string + RemoteURL string + Title string + WIP bool