Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestGenIdxForPack ¶ added in v0.0.13
type TestGenIdxForPack struct { markup.Component `class:"cli-handler-registry"` WD string `inject:"${test.repo.path}"` LA store.LibAgent `inject:"#git-lib-agent"` // contains filtered or unexported fields }
TestGenIdxForPack ...
func (*TestGenIdxForPack) GetHandlers ¶ added in v0.0.13
func (inst *TestGenIdxForPack) GetHandlers() []*cli.HandlerRegistration
GetHandlers ...
func (*TestGenIdxForPack) Len ¶ added in v0.0.13
func (inst *TestGenIdxForPack) Len() int
func (*TestGenIdxForPack) Less ¶ added in v0.0.13
func (inst *TestGenIdxForPack) Less(i1, i2 int) bool
func (*TestGenIdxForPack) Swap ¶ added in v0.0.13
func (inst *TestGenIdxForPack) Swap(i1, i2 int)
type TestListObjectsInPack ¶
type TestListObjectsInPack struct { markup.Component `class:"cli-handler-registry"` WD string `inject:"${test.repo.path}"` LA store.LibAgent `inject:"#git-lib-agent"` // contains filtered or unexported fields }
TestListObjectsInPack ...
func (*TestListObjectsInPack) GetHandlers ¶
func (inst *TestListObjectsInPack) GetHandlers() []*cli.HandlerRegistration
GetHandlers ...
func (*TestListObjectsInPack) Len ¶
func (inst *TestListObjectsInPack) Len() int
func (*TestListObjectsInPack) Less ¶
func (inst *TestListObjectsInPack) Less(i1, i2 int) bool
func (*TestListObjectsInPack) Swap ¶
func (inst *TestListObjectsInPack) Swap(i1, i2 int)
type TestPackDeltaObjects ¶
type TestPackDeltaObjects struct { markup.Component `class:"cli-handler-registry"` WD string `inject:"${test.repo.path}"` LA store.LibAgent `inject:"#git-lib-agent"` // contains filtered or unexported fields }
TestPackDeltaObjects ...
func (*TestPackDeltaObjects) GetHandlers ¶
func (inst *TestPackDeltaObjects) GetHandlers() []*cli.HandlerRegistration
GetHandlers ...
func (*TestPackDeltaObjects) Len ¶
func (inst *TestPackDeltaObjects) Len() int
func (*TestPackDeltaObjects) Less ¶
func (inst *TestPackDeltaObjects) Less(i1, i2 int) bool
func (*TestPackDeltaObjects) Swap ¶
func (inst *TestPackDeltaObjects) Swap(i1, i2 int)
type TestPackIdxCRC32 ¶ added in v0.0.13
type TestPackIdxCRC32 struct { markup.Component `class:"cli-handler-registry"` WD string `inject:"${test.repo.path}"` LA store.LibAgent `inject:"#git-lib-agent"` // contains filtered or unexported fields }
TestPackIdxCRC32 ...
func (*TestPackIdxCRC32) GetHandlers ¶ added in v0.0.13
func (inst *TestPackIdxCRC32) GetHandlers() []*cli.HandlerRegistration
GetHandlers ...
func (*TestPackIdxCRC32) Len ¶ added in v0.0.13
func (inst *TestPackIdxCRC32) Len() int
func (*TestPackIdxCRC32) Less ¶ added in v0.0.13
func (inst *TestPackIdxCRC32) Less(i1, i2 int) bool
func (*TestPackIdxCRC32) Swap ¶ added in v0.0.13
func (inst *TestPackIdxCRC32) Swap(i1, i2 int)
type TestReadObjects ¶
type TestReadObjects struct { markup.Component `class:"cli-handler-registry"` WD string `inject:"${test.repo.path}"` LA store.LibAgent `inject:"#git-lib-agent"` }
TestReadObjects ...
func (*TestReadObjects) GetHandlers ¶
func (inst *TestReadObjects) GetHandlers() []*cli.HandlerRegistration
GetHandlers ...
type TestReadPackIdx ¶
type TestReadPackIdx struct { markup.Component `class:"cli-handler-registry"` WD string `inject:"${test.repo.path}"` LA store.LibAgent `inject:"#git-lib-agent"` }
TestReadPackIdx ...
func (*TestReadPackIdx) GetHandlers ¶
func (inst *TestReadPackIdx) GetHandlers() []*cli.HandlerRegistration
GetHandlers ...
type TestServerAPI ¶
type TestServerAPI struct { markup.Component `class:"cli-handler-registry"` WD string `inject:"${test.repo.path}"` LA store.LibAgent `inject:"#git-lib-agent"` MainServer servers.MainServer `inject:"#git-main-server"` }
TestServerAPI ...
func (*TestServerAPI) GetHandlers ¶
func (inst *TestServerAPI) GetHandlers() []*cli.HandlerRegistration
GetHandlers ...
type TestSubmodulesCURD ¶ added in v0.0.14
type TestSubmodulesCURD struct { markup.Component `class:"cli-handler-registry"` WD string `inject:"${test.repo.path}"` LA store.LibAgent `inject:"#git-lib-agent"` }
TestSubmodulesCURD ...
func (*TestSubmodulesCURD) GetHandlers ¶ added in v0.0.14
func (inst *TestSubmodulesCURD) GetHandlers() []*cli.HandlerRegistration
GetHandlers ...
type TestWorktreesCURD ¶ added in v0.0.14
type TestWorktreesCURD struct { markup.Component `class:"cli-handler-registry"` WD string `inject:"${test.repo.path}"` LA store.LibAgent `inject:"#git-lib-agent"` }
TestWorktreesCURD ...
func (*TestWorktreesCURD) GetHandlers ¶ added in v0.0.14
func (inst *TestWorktreesCURD) GetHandlers() []*cli.HandlerRegistration
GetHandlers ...
Click to show internal directories.
Click to hide internal directories.