http

package
v0.0.0-...-42841ab Latest Latest
Warning

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

Go to latest
Published: Oct 30, 2022 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 Endpoint

type Endpoint struct {
}

type IEndpoint

type IEndpoint interface {
	Get(ctx context.Context, path string, params map[string]string) ([]byte, error)
	Post(ctx context.Context, path string, params map[string]string, body []byte) ([]byte, error)
	Put(ctx context.Context, path string, params map[string]string, body []byte) ([]byte, error)
	Delete(ctx context.Context, path string, params map[string]string) ([]byte, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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