e2core

package
v0.5.1 Latest Latest
Warning

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

Go to latest
Published: Dec 9, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type System

type System struct {
	Server  *server.Server
	Backend backend.Backend
	// contains filtered or unexported fields
}

System describes a E2Core system, which is comprised of a server and a backend

func NewSystem

func NewSystem(server *server.Server, backend backend.Backend) *System

NewSystem creates a new System with the provided server and backend

func (*System) ShutdownWait

func (s *System) ShutdownWait() error

func (*System) StartAll

func (s *System) StartAll()

StartAll starts the Server and the backend.Backend, if they are configured

func (*System) StartBackend

func (s *System) StartBackend()

StartBackend starts the backend.Backend if it is configured

func (*System) StartServer

func (s *System) StartServer()

StartServer starts the Server if it is configured

Jump to

Keyboard shortcuts

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