stub

package
v1.5.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const (
	// DefaultAddress for test
	DefaultAddress = "localhost"
	// DefaultPort for test
	DefaultPort = "4771"
	// TimeOut for test
	TimeOut = 10 * time.Minute
)

Variables

This section is empty.

Functions

func RunStubServer

func RunStubServer(opt Options)

RunStubServer test server

Types

type Input

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

Input is part of Stub struct

type Options

type Options struct {
	Port     string
	BindAddr string
	StubPath string
}

Options is used for RunStubServer

type Output

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

Output is part of Stub struct

type Stub

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

Stub is used for json stub file marshall

Jump to

Keyboard shortcuts

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