stub

package
v1.8.2 Latest Latest
Warning

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

Go to latest
Published: Aug 3, 2020 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

View Source
const DEFAULT_PORT = "4771"

Variables

This section is empty.

Functions

func RunStubServer

func RunStubServer(opt Options)

Types

type Input

type Input struct {
	Equals   map[string]interface{} `json:"equals"`
	Contains map[string]interface{} `json:"contains"`
	Matches  map[string]interface{} `json:"matches"`
}

type Options

type Options struct {
	Port     string
	BindAddr string
	StubPath string
}

type Output

type Output struct {
	Data  map[string]interface{} `json:"data"`
	Error string                 `json:"error"`
}

type Stub

type Stub struct {
	Service string `json:"service"`
	Method  string `json:"method"`
	Input   Input  `json:"input"`
	Output  Output `json:"output"`
}

Jump to

Keyboard shortcuts

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