Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContextLoadersTest ¶
type ContextLoadersTest struct { LibAgent repositories.LibAgent //starter:inject("#") Paths RepositoryPathProvider //starter:inject("#") }
ContextLoadersTest ...
func (*ContextLoadersTest) Units ¶
func (inst *ContextLoadersTest) Units(list []*units.Registration) []*units.Registration
Units ...
type RepositoryPathProvider ¶
RepositoryPathProvider ...
type RepositoryPathProviderImpl ¶
type RepositoryPathProviderImpl struct { AC application.Context //starter:inject("context") FS afs.FS //starter:inject("#") // contains filtered or unexported fields }
RepositoryPathProviderImpl ...
func (*RepositoryPathProviderImpl) GetRepoPath ¶
func (inst *RepositoryPathProviderImpl) GetRepoPath(name1 string) (afs.Path, error)
GetRepoPath ...
type SystemContextTest ¶
type SystemContextTest struct {
LibAgent repositories.LibAgent //starter:inject("#")
}
SystemContextTest ...
func (*SystemContextTest) Units ¶
func (inst *SystemContextTest) Units(list []*units.Registration) []*units.Registration
Units ...
Click to show internal directories.
Click to hide internal directories.