Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigAlgorithms ¶
type ConfigAlgorithms struct {
markup.Component `class:"git-context-configurer"`
Algorithms []store.AlgorithmRegistry `inject:".git-algorithm-registry"`
}
ConfigAlgorithms ...
type ConfigCommands ¶
ConfigCommands ...
func (*ConfigCommands) GetHandlers ¶
func (inst *ConfigCommands) GetHandlers() []*cli.HandlerRegistration
GetHandlers ...
type ConfigContextBase ¶
type ConfigContextBase struct {
markup.Component `class:"git-context-configurer"`
support.BaseContextConfigurer
}
ConfigContextBase ...
type ConfigContextWithInstructions ¶
type ConfigContextWithInstructions struct {
markup.Component `class:"git-context-configurer"`
Instructions []instructions.ServiceRegistry `inject:".git-instruction-registry"`
}
ConfigContextWithInstructions ...
type ConfigCore ¶
ConfigCore ...
type ConfigInstructions ¶
ConfigInstructions ...
func (*ConfigInstructions) ListRegistrations ¶
func (inst *ConfigInstructions) ListRegistrations() []*instructions.ServiceRegistration
ListRegistrations ...
type GitlibAgent ¶
type GitlibAgent struct {
markup.Component `id:"git-lib-agent" class:"life"`
CLI cli.CLI `inject:"#cli"`
ContextConfigurers []store.ContextConfigurer `inject:".git-context-configurer"`
CoreConfigurers []store.CoreConfigurer `inject:".git-core-configurer"`
// contains filtered or unexported fields
}
GitlibAgent ...
func (*GitlibAgent) GetLifeRegistration ¶
func (inst *GitlibAgent) GetLifeRegistration() *application.LifeRegistration
GetLifeRegistration ...
type TheDeflate ¶
type TheDeflate struct {
markup.Component `class:"git-algorithm-registry"`
algorithms.CompressionDeflate
}
TheDeflate ...
type ThePlain ¶
type ThePlain struct {
markup.Component `class:"git-algorithm-registry"`
algorithms.CompressionPlain
}
ThePlain ...
type TheSHA1 ¶
type TheSHA1 struct {
markup.Component `class:"git-algorithm-registry"`
algorithms.DigestSHA1
}
TheSHA1 ...
type TheSHA256 ¶
type TheSHA256 struct {
markup.Component `class:"git-algorithm-registry"`
algorithms.DigestSHA256
}
TheSHA256 ...
Click to show internal directories.
Click to hide internal directories.