Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RepositoryContextLoaderImpl ¶
type RepositoryContextLoaderImpl struct {
// contains filtered or unexported fields
}
RepositoryContextLoaderImpl ...
func (*RepositoryContextLoaderImpl) ListRegistrations ¶
func (inst *RepositoryContextLoaderImpl) ListRegistrations() []*repositories.ComponentRegistration
ListRegistrations ...
func (*RepositoryContextLoaderImpl) Load ¶
func (inst *RepositoryContextLoaderImpl) Load(params *repositories.RepositoryParams) (*repositories.RepositoryContext, error)
Load ...
type SessionContextLoaderImpl ¶
type SessionContextLoaderImpl struct {
// contains filtered or unexported fields
}
SessionContextLoaderImpl ...
func (*SessionContextLoaderImpl) ListRegistrations ¶
func (inst *SessionContextLoaderImpl) ListRegistrations() []*repositories.ComponentRegistration
ListRegistrations ...
func (*SessionContextLoaderImpl) Load ¶
func (inst *SessionContextLoaderImpl) Load(params *repositories.SessionParams) (*repositories.SessionContext, error)
Load ...
type SubmoduleContextLoaderImpl ¶
type SubmoduleContextLoaderImpl struct {
// contains filtered or unexported fields
}
SubmoduleContextLoaderImpl ...
func (*SubmoduleContextLoaderImpl) ListRegistrations ¶
func (inst *SubmoduleContextLoaderImpl) ListRegistrations() []*repositories.ComponentRegistration
ListRegistrations ...
func (*SubmoduleContextLoaderImpl) Load ¶
func (inst *SubmoduleContextLoaderImpl) Load(params *repositories.SubmoduleParams) (*repositories.SubmoduleContext, error)
Load ...
type SystemContextLoaderImpl ¶
type SystemContextLoaderImpl struct { FS afs.FS //starter:inject("#") AllComponents []repositories.ComponentRegistry //starter:inject(".") UseSafeMode bool //starter:inject("${git.threads.use-safe-mode}") // contains filtered or unexported fields }
SystemContextLoaderImpl ...
func (*SystemContextLoaderImpl) ListRegistrations ¶
func (inst *SystemContextLoaderImpl) ListRegistrations() []*repositories.ComponentRegistration
ListRegistrations ...
func (*SystemContextLoaderImpl) Load ¶
func (inst *SystemContextLoaderImpl) Load(params *repositories.SystemParams) (*repositories.SystemContext, error)
Load ...
type UserContextLoaderImpl ¶
type UserContextLoaderImpl struct {
// contains filtered or unexported fields
}
UserContextLoaderImpl ...
func (*UserContextLoaderImpl) ListRegistrations ¶
func (inst *UserContextLoaderImpl) ListRegistrations() []*repositories.ComponentRegistration
ListRegistrations ...
func (*UserContextLoaderImpl) Load ¶
func (inst *UserContextLoaderImpl) Load(params *repositories.UserParams) (*repositories.UserContext, error)
Load ...
type WorktreeContextLoaderImpl ¶
type WorktreeContextLoaderImpl struct {
// contains filtered or unexported fields
}
WorktreeContextLoaderImpl ...
func (*WorktreeContextLoaderImpl) ListRegistrations ¶
func (inst *WorktreeContextLoaderImpl) ListRegistrations() []*repositories.ComponentRegistration
ListRegistrations ...
func (*WorktreeContextLoaderImpl) Load ¶
func (inst *WorktreeContextLoaderImpl) Load(params *repositories.WorktreeParams) (*repositories.WorktreeContext, error)
Load ...
Click to show internal directories.
Click to hide internal directories.