Documentation
¶
Index ¶
Constants ¶
View Source
const ( TypeID_GIT_RESOLVE_REPO uint32 = 1101 TypeID_GIT_LIST_COMMITS uint32 = 1102 TypeID_GIT_GET_COMMIT_DETAIL uint32 = 1103 TypeID_GIT_GET_REPO_SUMMARY uint32 = 1104 TypeID_GIT_LIST_WORKSPACE uint32 = 1105 TypeID_GIT_LIST_BRANCHES uint32 = 1106 TypeID_GIT_GET_BRANCH_DIFF uint32 = 1107 TypeID_GIT_STAGE_WORKSPACE uint32 = 1108 TypeID_GIT_UNSTAGE_WORKSPACE uint32 = 1109 TypeID_GIT_COMMIT_WORKSPACE uint32 = 1110 TypeID_GIT_FETCH_REPO uint32 = 1111 TypeID_GIT_PULL_REPO uint32 = 1112 TypeID_GIT_PUSH_REPO uint32 = 1113 TypeID_GIT_CHECKOUT_BRANCH uint32 = 1114 TypeID_GIT_PREVIEW_DELETE uint32 = 1115 TypeID_GIT_DELETE_BRANCH uint32 = 1116 TypeID_GIT_PREVIEW_MERGE uint32 = 1117 TypeID_GIT_MERGE_BRANCH uint32 = 1118 TypeID_GIT_DIFF_CONTENT uint32 = 1119 TypeID_GIT_SWITCH_DETACHED uint32 = 1120 TypeID_GIT_LIST_STASHES uint32 = 1121 TypeID_GIT_GET_STASH_DETAIL uint32 = 1122 TypeID_GIT_SAVE_STASH uint32 = 1123 TypeID_GIT_PREVIEW_APPLY uint32 = 1124 TypeID_GIT_APPLY_STASH uint32 = 1125 TypeID_GIT_PREVIEW_DROP uint32 = 1126 TypeID_GIT_DROP_STASH uint32 = 1127 TypeID_GIT_LIST_WORKSPACE_PAGE uint32 = 1128 TypeID_GIT_DISCARD_WORKSPACE uint32 = 1129 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func NewServiceWithScope ¶ added in v0.6.8
func NewServiceWithScope(scope *filesystemscope.Registry) *Service
func (*Service) RegisterWithAccessGate ¶
Click to show internal directories.
Click to hide internal directories.