webServer

package
v0.0.0-...-126e10b Latest Latest
Warning

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

Go to latest
Published: Jan 26, 2024 License: MIT Imports: 10 Imported by: 0

README

Web Router Service

The purpose of this Service Mesh service is to provide a locally hosted web server that integrates with the web router service.

The web router service integrates with other servicemesh services to expose routes which are used for retrieving data from the MPQ's, or marshalled record models.

Dependencies

This service has dependencies on the the following services:

Integration with other services

This service exports an integration interface IsWebServer with an alias Dependencncy which are intended to be used by other services for dependency resolution (see servicemesh.HasDependencies), and expose just the methods which other services should use.

type Dependency = IsWebServer

type IsWebServer interface {
    RestartServer()
    StartServer()
    StopServer()
}

Other services should use the IsWebServer or Dependency interfaces to resolve their dependency on this service.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Dependency

type Dependency = IsWebServer

type IsWebServer

type IsWebServer interface {
	RestartServer()
	StartServer()
	StopServer()
}

type Service

type Service struct {
	// contains filtered or unexported fields
}

func (*Service) ConfigFileName

func (s *Service) ConfigFileName() string

func (*Service) DefaultConfig

func (s *Service) DefaultConfig() (cfg configFile.Config)

func (*Service) DependenciesResolved

func (s *Service) DependenciesResolved() bool

func (*Service) Init

func (s *Service) Init(mesh servicemesh.Mesh)

func (*Service) LoadConfig

func (s *Service) LoadConfig(config *configFile.Config)

func (*Service) Logger

func (s *Service) Logger() *slog.Logger

func (*Service) Name

func (s *Service) Name() string

func (*Service) Ready

func (s *Service) Ready() bool

func (*Service) ResolveDependencies

func (s *Service) ResolveDependencies(services []servicemesh.Service)

func (*Service) RestartServer

func (s *Service) RestartServer()

func (*Service) SetLogger

func (s *Service) SetLogger(l *slog.Logger)

func (*Service) StartServer

func (s *Service) StartServer()

func (*Service) StopServer

func (s *Service) StopServer()

Jump to

Keyboard shortcuts

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