Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Checkout ¶ added in v0.0.2
type Checkout struct { instructions.Meta Service CheckoutService }
Checkout 表示一条git命令
func (*Checkout) GetMeta ¶ added in v0.0.2
func (inst *Checkout) GetMeta() *instructions.Meta
GetMeta ...
type CheckoutService ¶ added in v0.0.2
CheckoutService 。。。
type Clone ¶ added in v0.0.2
type Clone struct { instructions.Meta Service CloneService }
Clone 表示一条git命令
type CloneService ¶ added in v0.0.2
CloneService 。。。
type Commit ¶ added in v0.0.2
type Commit struct { instructions.Meta Service CommitService }
Commit 表示一条git命令
func (*Commit) GetMeta ¶ added in v0.0.2
func (inst *Commit) GetMeta() *instructions.Meta
GetMeta ...
type CommitService ¶ added in v0.0.2
CommitService 。。。
type Example ¶ added in v0.0.2
type Example struct { instructions.Meta Service ExampleService }
Example 表示一条git命令
func (*Example) GetMeta ¶ added in v0.0.2
func (inst *Example) GetMeta() *instructions.Meta
GetMeta ...
type ExampleService ¶ added in v0.0.2
ExampleService 。。。
type Fetch ¶ added in v0.0.2
type Fetch struct { instructions.Meta Service FetchService }
Fetch 表示一条git命令
type FetchService ¶ added in v0.0.2
FetchService 。。。
type Init ¶ added in v0.0.2
type Init struct { instructions.Meta Service InitService Quiet bool Bare bool TemplateDirectory string SeparateGitDir string ObjectFormat string BranchName string Permissions string Directory string }
Init 表示一条git命令
type InitService ¶ added in v0.0.2
InitService 。。。
type Pull ¶ added in v0.0.2
type Pull struct { instructions.Meta Service PullService }
Pull 表示一条git命令
type PullService ¶ added in v0.0.2
PullService 。。。
type Push ¶ added in v0.0.2
type Push struct { instructions.Meta Service PushService }
Push 表示一条git命令
type PushService ¶ added in v0.0.2
PushService 。。。
type Status ¶ added in v0.0.2
type Status struct { instructions.Meta Service StatusService }
Status 表示一条git命令
func (*Status) GetMeta ¶ added in v0.0.2
func (inst *Status) GetMeta() *instructions.Meta
GetMeta ...
type StatusService ¶ added in v0.0.2
StatusService 。。。
Source Files ¶
Click to show internal directories.
Click to hide internal directories.