Documentation
¶
Index ¶
- func GitAdd(c *gitutil.Git, tb testing.TB, files ...string)
- func GitCheckoutBranch(c *gitutil.Git, tb testing.TB, name string)
- func GitCommit(c *gitutil.Git, tb testing.TB, msg string)
- func GitInit(c *gitutil.Git, tb testing.TB)
- func GitServeHTTP(c *gitutil.Git, t testing.TB, opts ...GitServeOpt) (url string)
- func GitSetMainUpstream(c *gitutil.Git, tb testing.TB, remote, target string)
- func GitSetRemote(c *gitutil.Git, tb testing.TB, name string, url string)
- func GitTag(c *gitutil.Git, tb testing.TB, tag string)
- func IsAmbiguousArgument(err error) bool
- func Mktmp(tb testing.TB) string
- type GitServeOpt
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GitServeHTTP ¶
func GitSetMainUpstream ¶
func IsAmbiguousArgument ¶
Types ¶
type GitServeOpt ¶
type GitServeOpt func(*gitServe)
func WithAccessToken ¶
func WithAccessToken(token string) GitServeOpt
Click to show internal directories.
Click to hide internal directories.