Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Base ¶
type Base struct {
Typ builder.ComponentType `json:"type,omitempty"`
}
func (*Base) Type ¶
func (b *Base) Type() builder.ComponentType
type Expression ¶
type Expression struct { Base Name string `json:"name,omitempty"` Expression string `json:"expression,omitempty"` OutputType types.OutputType `json:"outputType,omitempty"` }
func NewExpression ¶
func NewExpression() *Expression
func (*Expression) SetExpression ¶
func (e *Expression) SetExpression(expression string) *Expression
func (*Expression) SetName ¶
func (e *Expression) SetName(name string) *Expression
func (*Expression) SetOutputType ¶
func (e *Expression) SetOutputType(outputType types.OutputType) *Expression
Click to show internal directories.
Click to hide internal directories.