Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SerializeLfsPatchRequestBody_use_lfs ¶
func SerializeLfsPatchRequestBody_use_lfs(values []LfsPatchRequestBody_use_lfs) []string
Types ¶
type LfsPatchRequestBody_use_lfs ¶
type LfsPatchRequestBody_use_lfs int
Whether to store large files during the import. `opt_in` means large files will be stored using Git LFS. `opt_out` means large files will be removed during the import.
const ( OPT_IN_LFSPATCHREQUESTBODY_USE_LFS LfsPatchRequestBody_use_lfs = iota OPT_OUT_LFSPATCHREQUESTBODY_USE_LFS )
func (LfsPatchRequestBody_use_lfs) String ¶
func (i LfsPatchRequestBody_use_lfs) String() string
Click to show internal directories.
Click to hide internal directories.