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]ResolvableValue
}
func (*EnvMap) Parsed ¶
func (cem *EnvMap) Parsed(ctx context.Context, pl pkggraph.PackageLoader, loc pkggraph.Location) ([]*schema.BinaryConfig_EnvEntry, error)
func (*EnvMap) UnmarshalJSON ¶
type ResolvableValue ¶ added in v0.0.167
type ResolvableValue struct {
// contains filtered or unexported fields
}
func (*ResolvableValue) ToProto ¶ added in v0.0.167
func (value *ResolvableValue) ToProto(ctx context.Context, pl pkggraph.PackageLoader, loc pkggraph.Location) (*schema.Resolvable, error)
func (*ResolvableValue) UnmarshalJSON ¶ added in v0.0.167
func (ev *ResolvableValue) UnmarshalJSON(data []byte) error
Click to show internal directories.
Click to hide internal directories.