Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BranchRepository ¶
type CommitRepository ¶
type ContextRepository ¶
type ReleaseRepository ¶
type RemoteRepository ¶
type SkillContextRepository ¶
type SkillContextRepository interface {
SaveSkillContext(ctx entity.SkillContext) error
ListSkillContexts() ([]entity.SkillContext, error)
LoadSkillContext(hash string) (entity.SkillContext, error)
}
type StagingRepository ¶
type StagingRepository interface {
LoadStagingIndex() (entity.StagingIndex, error)
SaveStagingIndex(index entity.StagingIndex) error
ClearStagingIndex() error
}
Click to show internal directories.
Click to hide internal directories.