data

package
v0.0.0-...-be7916c Latest Latest
Warning

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

Go to latest
Published: Jan 12, 2021 License: MIT Imports: 2 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ActionResponse

type ActionResponse int64
const (
	PrintResponse ActionResponse
)

type ExpectedResponse

type ExpectedResponse struct {
	ContentType string

	Action ActionResponse
}

type HTTPMethod

type HTTPMethod int64
const (
	HTTPGet HTTPMethod
	HTTPPost
)

type Request

type Request struct {
	Method    HTTPMethod
	URL       string
	UrlValues url.Values // HTTPPost

	// tracing
	MessageName string
	Trace       *tracer.Trace

	Expect *ExpectedResponse
}

type Requests

type Requests struct {
	CookieUrl string
	Trace     *tracer.Trace

	Requests []Request
}

type Response

type Response struct {
	Body  []byte
	Trace *tracer.Trace
}

Jump to

Keyboard shortcuts

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