Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Settings ¶
type Settings struct {
// contains filtered or unexported fields
}
func GetManifest ¶
func GetManifest(path string) (settings *Settings, err error)
func NewManifest ¶
func NewManifest(path string) (settings *Settings, err error)
func (Settings) MarshalYAML ¶
func (settings Settings) MarshalYAML() (interface{}, error)
func (*Settings) UnmarshalYAML ¶
func (settings *Settings) UnmarshalYAML(value *yaml.Node) (err error)
Click to show internal directories.
Click to hide internal directories.