gitrepo

package
v0.6.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 11, 2026 License: MIT Imports: 19 Imported by: 0

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 NewService(agentHomeAbs string) *Service

func (*Service) Register

func (s *Service) Register(r *rpc.Router, meta *session.Meta)

func (*Service) RegisterWithAccessGate

func (s *Service) RegisterWithAccessGate(r *rpc.Router, meta *session.Meta, gate *accessgate.Gate)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL