types

package
v0.4.1 Latest Latest
Warning

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

Go to latest
Published: Mar 19, 2026 License: MPL-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AutoRestErrorParser

type AutoRestErrorParser struct {
	// contains filtered or unexported fields
}

func (AutoRestErrorParser) ParseError

func (p AutoRestErrorParser) ParseError(input string) []RequestModel

type AutoRestPollerErrorParser

type AutoRestPollerErrorParser struct {
	// contains filtered or unexported fields
}

func (AutoRestPollerErrorParser) ParseError

func (p AutoRestPollerErrorParser) ParseError(input string) []RequestModel

type ErrorParser

type ErrorParser interface {
	ParseError(input string) []RequestModel
}

func NewAutoRestErrorParser

func NewAutoRestErrorParser() ErrorParser

func NewAutoRestPollerErrorParser

func NewAutoRestPollerErrorParser() ErrorParser

type FailedCase

type FailedCase struct {
	TestcasePath string
	Detail       string
}

type RequestModel

type RequestModel struct {
	URL     string `json:"url"`
	Body    string `json:"body"`
	Address string `json:"address"`
	Failed  *FailedCase
}

func NewRequestModelsFromError

func NewRequestModelsFromError(input string) []RequestModel

Jump to

Keyboard shortcuts

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