Documentation
¶
Index ¶
- func ParseTreesPostRequestBody_tree_mode(v string) (any, error)
- func ParseTreesPostRequestBody_tree_type(v string) (any, error)
- func SerializeTreesPostRequestBody_tree_mode(values []TreesPostRequestBody_tree_mode) []string
- func SerializeTreesPostRequestBody_tree_type(values []TreesPostRequestBody_tree_type) []string
- type TreesPostRequestBody_tree_mode
- type TreesPostRequestBody_tree_type
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SerializeTreesPostRequestBody_tree_mode ¶
func SerializeTreesPostRequestBody_tree_mode(values []TreesPostRequestBody_tree_mode) []string
func SerializeTreesPostRequestBody_tree_type ¶
func SerializeTreesPostRequestBody_tree_type(values []TreesPostRequestBody_tree_type) []string
Types ¶
type TreesPostRequestBody_tree_mode ¶
type TreesPostRequestBody_tree_mode int
The file mode; one of `100644` for file (blob), `100755` for executable (blob), `040000` for subdirectory (tree), `160000` for submodule (commit), or `120000` for a blob that specifies the path of a symlink.
const ( ONEZEROZEROSIXFOURFOUR_TREESPOSTREQUESTBODY_TREE_MODE TreesPostRequestBody_tree_mode = iota ONEZEROZEROSEVENFIVEFIVE_TREESPOSTREQUESTBODY_TREE_MODE ZEROFOURZEROZEROZEROZERO_TREESPOSTREQUESTBODY_TREE_MODE ONESIXZEROZEROZEROZERO_TREESPOSTREQUESTBODY_TREE_MODE ONETWOZEROZEROZEROZERO_TREESPOSTREQUESTBODY_TREE_MODE )
func (TreesPostRequestBody_tree_mode) String ¶
func (i TreesPostRequestBody_tree_mode) String() string
type TreesPostRequestBody_tree_type ¶
type TreesPostRequestBody_tree_type int
Either `blob`, `tree`, or `commit`.
const ( BLOB_TREESPOSTREQUESTBODY_TREE_TYPE TreesPostRequestBody_tree_type = iota TREE_TREESPOSTREQUESTBODY_TREE_TYPE COMMIT_TREESPOSTREQUESTBODY_TREE_TYPE )
func (TreesPostRequestBody_tree_type) String ¶
func (i TreesPostRequestBody_tree_type) String() string
Click to show internal directories.
Click to hide internal directories.