Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArgsListOrMap ¶
type ArgsListOrMap struct {
// contains filtered or unexported fields
}
func (*ArgsListOrMap) Parsed ¶
func (args *ArgsListOrMap) Parsed() []string
func (*ArgsListOrMap) UnmarshalJSON ¶
func (args *ArgsListOrMap) UnmarshalJSON(contents []byte) error
type EnvMap ¶
type EnvMap struct {
Values map[string]envValue
}
func (*EnvMap) Parsed ¶
func (cem *EnvMap) Parsed(ctx context.Context, pl pkggraph.PackageLoader, owner schema.PackageName) ([]*schema.BinaryConfig_EnvEntry, error)
func (*EnvMap) UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.