Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SyncFileOption ¶
type SyncFileOption struct { Branch BranchSHA string `json:"branch_sha" required:"true"` Files []string `json:"files" required:"true"` }
func (SyncFileOption) Create ¶
func (s SyncFileOption) Create() error
type SyncRepoFileOption ¶
type SyncRepoFileOption struct { Branch BranchSHA string `json:"branch_sha" required:"true"` FileNames []string `json:"file_names" required:"true"` }
func (SyncRepoFileOption) Create ¶
func (s SyncRepoFileOption) Create() error
Click to show internal directories.
Click to hide internal directories.