interfaces

package
v0.0.0-...-0de79a6 Latest Latest
Warning

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

Go to latest
Published: Aug 5, 2023 License: AGPL-3.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 HTTPGet

type HTTPGet interface {
	Get(url string) (*http.Response, error)
}

type RequestManager

type RequestManager interface {
	MakeRequest(*models.Request)
	GetResponse(*uuid.UUID) *models.RequestResponse
}

type Requester

type Requester interface {
	Request(*models.Request) *models.RequestResponse
}

type Service

type Service interface {
	RequestManager
	Requester
}

Jump to

Keyboard shortcuts

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