config

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jul 8, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Configurations

type Configurations struct {
	Server   ServerConfigurations
	Matchers []Matchers
}

Configurations exported

type LatencyConfig

type LatencyConfig struct {
	Type  string
	Delay time.Duration
}

type Matchers

type Matchers struct {
	Request  Request
	Response Response
}

Matchers

type Request

type Request struct {
	Path    string
	Method  string
	Headers map[string]string
	Body    string
}

type Response

type Response struct {
	Body       string
	StatusCode int
	Headers    map[string]string
	Latency    *LatencyConfig
}

type ServerConfigurations

type ServerConfigurations struct {
	Port int
}

ServerConfigurations exported

Jump to

Keyboard shortcuts

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