dealer

package
v0.1.20241122070921 Latest Latest
Warning

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

Go to latest
Published: Nov 22, 2024 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 Dealer

type Dealer struct {
	ReqUri    []UriDealer    `json:"reqUri"`
	ReqHeader []HeaderDealer `json:"reqHeader"`
	ResHeader []HeaderDealer `json:"resHeader"`
}

type HeaderDealer

type HeaderDealer struct {
	filiter.HeaderFiliter
	Action string `json:"action"`
	Value  string `json:"value"`
}

type UriDealer added in v0.1.20240806040859

type UriDealer struct {
	Action   string `json:"action"`
	MatchExp string `json:"matchExp"`
	Value    string `json:"value"`
}

Jump to

Keyboard shortcuts

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