Enum Mappings #320
|
@ -13,6 +13,7 @@ import (
|
||||||
type BranchType uint
|
type BranchType uint
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
BranchAll BranchType = C.GIT_BRANCH_ALL
|
||||||
BranchLocal BranchType = C.GIT_BRANCH_LOCAL
|
BranchLocal BranchType = C.GIT_BRANCH_LOCAL
|
||||||
BranchRemote BranchType = C.GIT_BRANCH_REMOTE
|
BranchRemote BranchType = C.GIT_BRANCH_REMOTE
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue