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 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)
}
Click to show internal directories.
Click to hide internal directories.