Documentation ¶
Overview ¶
Package examples demonstrates possible implementation of some random value generators.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RemoteValueGenerator ¶
type RemoteValueGenerator struct { }
RemoteValueGenerator implements GeneratorInterface. It fetches random value from an external url endpoint based on the "[GET:<url>]" input expression.
Example:
func NewRemoteValueGenerator ¶
func NewRemoteValueGenerator() RemoteValueGenerator
NewRemoteValueGenerator creates new RemoteValueGenerator.
func (RemoteValueGenerator) GenerateValue ¶
func (g RemoteValueGenerator) GenerateValue(expression string) (interface{}, error)
GenerateValue fetches random value from an external url. The input expression must be of the form "[GET:<url>]".
Click to show internal directories.
Click to hide internal directories.