v1

package
v1.0.12 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EndpointsFactory

type EndpointsFactory interface {
	WebServerConfig() WebServerConfigEndpoints
	WebServerStatistics() WebServerStatisticsEndpoints
	WebServerStatus() WebServerStatusEndpoints
	WebServerLogWatcher() WebServerLogWatcherEndpoints
}

func NewEndpoints

func NewEndpoints(svc svcv1.ServiceFactory) EndpointsFactory

type WebServerConfigEndpoints

type WebServerConfigEndpoints interface {
	EndpointGetServerNames() endpoint.Endpoint
	EndpointGet() endpoint.Endpoint
	EndpointUpdate() endpoint.Endpoint
}

type WebServerLogWatcherEndpoints

type WebServerLogWatcherEndpoints interface {
	EndpointWatch() endpoint.Endpoint
}

type WebServerStatisticsEndpoints

type WebServerStatisticsEndpoints interface {
	EndpointGet() endpoint.Endpoint
}

type WebServerStatusEndpoints

type WebServerStatusEndpoints interface {
	EndpointGet() endpoint.Endpoint
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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