server

package
v0.0.0-...-01631fc Latest Latest
Warning

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

Go to latest
Published: Nov 12, 2021 License: BSD-3-Clause Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(appConfig *config.YamlConfig, embedded embed.FS) *gin.Engine

Types

type ApiResponseHealthCheck

type ApiResponseHealthCheck struct {
	Data         resources.HealthChecks `json:"data"`
	ErrorMessage string                 `json:"errorMessage"`
}

type ApiResponseHealthCheckGroupedByDay

type ApiResponseHealthCheckGroupedByDay struct {
	Data         resources.HealthChecksGroupedByDay `json:"data"`
	ErrorMessage string                             `json:"errorMessage"`
}

type EmbedFileSystem

type EmbedFileSystem struct {
	http.FileSystem
}

func (EmbedFileSystem) Exists

func (e EmbedFileSystem) Exists(prefix string, path string) bool

Exists overrides http.FileSystem method

type ServiceProvider

type ServiceProvider struct {
	HealthChecksManager resources.HealthChecksManager
}

Jump to

Keyboard shortcuts

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