Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FastlyTransformer ¶
type FastlyTransformer struct {
*core.CoreTransformer
}
func NewFastlyTransformer ¶
func NewFastlyTransformer(opts ...core.TransformOption) *FastlyTransformer
type FastlyVariable ¶
type FastlyVariable struct {
CoreVariable *core.CoreVariable
}
func NewFastlyVariable ¶
func NewFastlyVariable() *FastlyVariable
func (*FastlyVariable) Get ¶
func (fv *FastlyVariable) Get(name string) (*value.Value, error)
nolint:funlen,gocyclo
Click to show internal directories.
Click to hide internal directories.