Documentation ¶
Index ¶
- func FindByDigest(conf *config.Config, fs afero.Fs, digest string) (*vindexdata.VIndexItem, bool, error)
- func FindByFullPath(conf *config.Config, fs afero.Fs, path string) (*vindexdata.VIndexItem, bool, error)
- func ReadAll(fs afero.Fs, vindexPath string) (vindexdata.VIndex, error)
- type AbstructReader
- type BytesBuffer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindByDigest ¶
func FindByDigest(conf *config.Config, fs afero.Fs, digest string) (*vindexdata.VIndexItem, bool, error)
FindByDigest FindByDigest
func FindByFullPath ¶
func FindByFullPath(conf *config.Config, fs afero.Fs, path string) (*vindexdata.VIndexItem, bool, error)
FindByFullPath FindByFullPath
Types ¶
type AbstructReader ¶
AbstructReader AbstructReader
func NewAbstructReaderFromBytes ¶
func NewAbstructReaderFromBytes(data []byte) AbstructReader
NewAbstructReaderFromBytes NewAbstructReaderFromBytes
func NewAbstructReaderFromFile ¶
func NewAbstructReaderFromFile(fs afero.Fs, vindexPath string) (AbstructReader, error)
NewAbstructReaderFromFile NewAbstructReaderFromFile
type BytesBuffer ¶
BytesBuffer BytesBuffer
Click to show internal directories.
Click to hide internal directories.