Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Session ¶
type Session struct {
Locks *TargetLocks
SnapshotRoot string
SnapshotCacheReads bool
SnapshotCache *SnapshotCache
}
func (Session) ChartAcquirer ¶
func (Session) GitAcquirer ¶
func (session Session) GitAcquirer(delegate source.GitAcquirer) source.GitAcquirer
type SnapshotCache ¶
type SnapshotCache struct {
// contains filtered or unexported fields
}
func NewSnapshotCache ¶
func NewSnapshotCache() *SnapshotCache
type TargetLocks ¶
type TargetLocks struct {
// contains filtered or unexported fields
}
func NewTargetLocks ¶
func NewTargetLocks() *TargetLocks
Click to show internal directories.
Click to hide internal directories.