console

package
v0.0.0-...-ad0c36a Latest Latest
Warning

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

Go to latest
Published: Jul 31, 2024 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PTYDimension

type PTYDimension struct {
	Cols int `json:"cols"`
	Rows int `json:"rows"`
}

PTYDimension : struct to hold console dimension

type Server

type Server struct {
	EchoServer     *echo.Echo
	Config         *config.Config
	ServiceManager *service_manager.ServiceManager
	WorkerManager  *worker.Manager
}

Server : hold references to other components of service

func (*Server) Initialize

func (server *Server) Initialize()

Initialize : Initialize the server and its routes

Jump to

Keyboard shortcuts

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