request

package
v3.0.0-beta10 Latest Latest
Warning

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

Go to latest
Published: Dec 12, 2025 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Optioner

type Optioner interface {
	GetAction() string
	GetNode() string
	GetMethod() string
}

type T

type T struct {
	Method  string                 `json:"method,omitempty"`
	Action  string                 `json:"action,omitempty"`
	Node    string                 `json:"node,omitempty"`
	Options map[string]interface{} `json:"options,omitempty"`
	Values  url.Values             `json:"query_args,omitempty"`
}

T is a api request abstracting the protocol differences

func New

func New() *T

New allocates an unconfigured request and returns its address.

func NewFor

func NewFor(options Optioner) *T

NewFor allocates a fully configured request and returns its address.

func (T) String

func (t T) String() string

Jump to

Keyboard shortcuts

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