Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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 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 ...
Click to show internal directories.
Click to hide internal directories.