buffer

package
v1.13.0 Latest Latest
Warning

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

Go to latest
Published: Sep 13, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Option

type Option uint8
const (
	None              Option = 0
	Request           Option = 1
	Response          Option = 2
	JSONParseRequest  Option = 4
	JSONParseResponse Option = 8
)

func Must

func Must(bodies ...hcl.Body) Option

Must determine if any of the hcl.bodies makes use of 'body', 'form_body' or 'json_body' or of known attributes and variables which require a parsed client-request or backend-response body.

func (Option) GoString

func (i Option) GoString() string

func (Option) JSONRequest

func (i Option) JSONRequest() bool

func (Option) JSONResponse

func (i Option) JSONResponse() bool

func (Option) Request

func (i Option) Request() bool

func (Option) Response

func (i Option) Response() bool

func (Option) String

func (i Option) String() string

Jump to

Keyboard shortcuts

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