api

package
v0.0.0-...-570fd0e Latest Latest
Warning

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

Go to latest
Published: Oct 11, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	HTTPStatusTileType    coreModels.TileType = "HTTP-STATUS"
	HTTPRawTileType       coreModels.TileType = "HTTP-RAW"
	HTTPFormattedTileType coreModels.TileType = "HTTP-FORMATTED"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Repository

type Repository interface {
	Get(url string) (*models.Response, error)
}

type Usecase

type Usecase interface {
	HTTPStatus(params *models.HTTPStatusParams) (*coreModels.Tile, error)
	HTTPRaw(params *models.HTTPRawParams) (*coreModels.Tile, error)
	HTTPFormatted(params *models.HTTPFormattedParams) (*coreModels.Tile, error)
}

Directories

Path Synopsis
delivery

Jump to

Keyboard shortcuts

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