examples

package
v3.8.0+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 26, 2018 License: Apache-2.0 Imports: 5 Imported by: 0

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>]".

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL