grafanaapiserver

package
v0.0.0-...-fb7f86c Latest Latest
Warning

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

Go to latest
Published: Aug 18, 2023 License: AGPL-3.0 Imports: 29 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DefaultAPIServerHost = "https://" + certgenerator.DefaultAPIServerIp + ":6443"
)

Variables

View Source
var WireSet = wire.NewSet(
	ProvideService,
	wire.Bind(new(Service), new(*service)),
	wire.Bind(new(RestConfigProvider), new(*service)),
)

Functions

func ProvideService

func ProvideService(cfg *setting.Cfg, rr routing.RouteRegister) (*service, error)

Types

type RestConfigProvider

type RestConfigProvider interface {
	GetRestConfig() *rest.Config
}

type Service

type Service interface {
	services.NamedService
}

Jump to

Keyboard shortcuts

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