Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Condition ¶
func NewCondition ¶
type ConditionConfig ¶
type ConditionConfig struct {
Conditions []ConditionItemConfig `yaml:"conditions"`
}
type ConditionItemConfig ¶
type Config ¶
type Config struct {
Conditions []Condition
}
func NewConfig ¶
func NewConfig(options ...ConfigOption) (*Config, error)
type ConfigOption ¶
func WithConfigFile ¶
func WithConfigFile(filename string) ConfigOption
func WithConfigReader ¶
func WithConfigReader(r io.Reader) ConfigOption
type Expr ¶
type Expr struct {
Config *Config
}
func New ¶
func New(options ...ConfigOption) (*Expr, error)
func (Expr) IsPanylPlugin ¶
func (e Expr) IsPanylPlugin()
func (Expr) PostProcessOrder ¶
Click to show internal directories.
Click to hide internal directories.