Documentation ¶
Index ¶
- type CommandServiceManagerImpl
- type GitHeadImpl
- type GitRepositoryImpl
- func (inst *GitRepositoryImpl) Compression() git.Compression
- func (inst *GitRepositoryImpl) Config() store.ConfigChain
- func (inst *GitRepositoryImpl) Digest() git.Digest
- func (inst *GitRepositoryImpl) HEAD() store.HEAD
- func (inst *GitRepositoryImpl) Index() store.Index
- func (inst *GitRepositoryImpl) Layout() store.RepositoryLayout
- func (inst *GitRepositoryImpl) Objects() store.Objects
- func (inst *GitRepositoryImpl) OpenSession() (store.Session, error)
- func (inst *GitRepositoryImpl) PathMapping() git.PathMapping
- func (inst *GitRepositoryImpl) Refs() store.Refs
- type GitWorkspaceImpl
- type LibImpl
- func (inst *LibImpl) Bind(cc context.Context) context.Context
- func (inst *LibImpl) Connectors() pktline.ConnectorManager
- func (inst *LibImpl) FS() afs.FS
- func (inst *LibImpl) GetCLI(required bool) cli.CLI
- func (inst *LibImpl) InstructionServiceManager() store.ServiceManager
- func (inst *LibImpl) RepositoryFinder() store.RepositoryFinder
- func (inst *LibImpl) RepositoryLoader() store.RepositoryLoader
- func (inst *LibImpl) RepositoryLocator() store.RepositoryLocator
- type RepositoryFinderImpl
- type RepositoryLoaderImpl
- type RepositoryLocatorImpl
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandServiceManagerImpl ¶
type CommandServiceManagerImpl struct { Context *store.Context // contains filtered or unexported fields }
CommandServiceManagerImpl ...
type GitHeadImpl ¶
GitHeadImpl ...
func (*GitHeadImpl) GetValue ¶
func (inst *GitHeadImpl) GetValue(s store.Session) (git.ReferenceName, error)
GetValue ...
type GitRepositoryImpl ¶
GitRepositoryImpl ...
func (*GitRepositoryImpl) Compression ¶ added in v0.0.5
func (inst *GitRepositoryImpl) Compression() git.Compression
Compression ...
func (*GitRepositoryImpl) Config ¶
func (inst *GitRepositoryImpl) Config() store.ConfigChain
Config ...
func (*GitRepositoryImpl) Digest ¶ added in v0.0.5
func (inst *GitRepositoryImpl) Digest() git.Digest
Digest ...
func (*GitRepositoryImpl) Layout ¶
func (inst *GitRepositoryImpl) Layout() store.RepositoryLayout
Layout ...
func (*GitRepositoryImpl) Objects ¶
func (inst *GitRepositoryImpl) Objects() store.Objects
Objects ...
func (*GitRepositoryImpl) OpenSession ¶
func (inst *GitRepositoryImpl) OpenSession() (store.Session, error)
OpenSession ...
func (*GitRepositoryImpl) PathMapping ¶ added in v0.0.5
func (inst *GitRepositoryImpl) PathMapping() git.PathMapping
PathMapping ...
type GitWorkspaceImpl ¶
GitWorkspaceImpl ...
type LibImpl ¶
LibImpl ...
func (*LibImpl) Connectors ¶ added in v0.0.7
func (inst *LibImpl) Connectors() pktline.ConnectorManager
Connectors ...
func (*LibImpl) InstructionServiceManager ¶
func (inst *LibImpl) InstructionServiceManager() store.ServiceManager
InstructionServiceManager ...
func (*LibImpl) RepositoryFinder ¶
func (inst *LibImpl) RepositoryFinder() store.RepositoryFinder
RepositoryFinder ...
func (*LibImpl) RepositoryLoader ¶
func (inst *LibImpl) RepositoryLoader() store.RepositoryLoader
RepositoryLoader ...
func (*LibImpl) RepositoryLocator ¶
func (inst *LibImpl) RepositoryLocator() store.RepositoryLocator
RepositoryLocator ...
type RepositoryLoaderImpl ¶
RepositoryLoaderImpl ...
func (*RepositoryLoaderImpl) Load ¶
func (inst *RepositoryLoaderImpl) Load(l store.RepositoryLayout) (store.Repository, error)
Load ...
func (*RepositoryLoaderImpl) LoadWithPath ¶ added in v0.0.7
func (inst *RepositoryLoaderImpl) LoadWithPath(path afs.Path) (store.Repository, error)
type RepositoryLocatorImpl ¶
type RepositoryLocatorImpl struct { }
RepositoryLocatorImpl ...
func (*RepositoryLocatorImpl) Locate ¶
func (inst *RepositoryLocatorImpl) Locate(wd afs.Path) (store.RepositoryLayout, error)
Locate ...
Click to show internal directories.
Click to hide internal directories.