Documentation ¶
Overview ¶
Package extypes includes appenv.Value implementations.
We can use them to define an option value with embedding like below.
type Start struct { types.TimeValue }
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Path ¶ added in v0.0.12
type Path struct {
// contains filtered or unexported fields
}
func (*Path) MarshalText ¶ added in v0.0.12
func (*Path) MarshalYAML ¶ added in v0.0.12
MarshalYAML implements the interface `yaml.Marshaler`
func (*Path) UnmarshalText ¶ added in v0.0.12
func (*Path) UnmarshalYAML ¶ added in v0.0.12
UnmarshalYAML implements the interface `yaml.Unmarshaler`
type Paths ¶
type Paths struct {
// contains filtered or unexported fields
}
func (*Paths) MarshalText ¶
func (*Paths) MarshalYAML ¶
MarshalYAML implements the interface `yaml.Marshaler`
func (*Paths) UnmarshalText ¶
func (*Paths) UnmarshalYAML ¶
UnmarshalYAML implements the interface `yaml.Unmarshaler`
type TimeValue ¶ added in v0.1.0
type TimeValue struct {
// contains filtered or unexported fields
}
func (*TimeValue) MarshalText ¶ added in v0.1.0
func (*TimeValue) UnmarshalText ¶ added in v0.1.0
type URLValue ¶ added in v0.1.0
type URLValue struct {
// contains filtered or unexported fields
}
func (*URLValue) MarshalText ¶ added in v0.1.0
func (*URLValue) UnmarshalText ¶ added in v0.1.0
Click to show internal directories.
Click to hide internal directories.