Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Branch ¶
type Branch struct { Raw gitconfig.Branch Merge git.ReferenceName // like 'refs/heads/main' FetchRef git.ReferenceName // like 'refs/remotes/origin/main' RemoteRef git.ReferenceName // like 'refs/heads/main' }
Branch ...
type Context ¶
Context ...
func (*Context) OpenConnection ¶
func (inst *Context) OpenConnection(service string) (pktline.Connection, error)
OpenConnection ...
type Remote ¶
type Remote struct { Raw gitconfig.Remote RemoteName string Connection pktline.Connection URL string FetchTemplate gitconfig.FetchRefspecTemplate }
Remote ...
Click to show internal directories.
Click to hide internal directories.