Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manifest ¶
type Manifest struct {
Name string `yaml:"name"`
Dependencies []string `yaml:"dependencies"`
Files []string `yaml:"files"`
ExcludedFiles []string `yaml:"excluded_files"`
}
func NewManifestFromPath ¶
func NewManifestFromPath(path string, fs boshsys.FileSystem) (Manifest, error)
type ManifestLock ¶
type ManifestLock struct {
Name string `yaml:"name"`
Fingerprint string `yaml:"fingerprint"`
Dependencies []string `yaml:"dependencies,omitempty"`
}
func NewManifestLockFromPath ¶
func NewManifestLockFromPath(path string, fs boshsys.FileSystem) (ManifestLock, error)
func (ManifestLock) AsBytes ¶
func (m ManifestLock) AsBytes() ([]byte, error)
Click to show internal directories.
Click to hide internal directories.