Documentation ¶
Index ¶
Constants ¶
View Source
const ( Name = "Sshwifty" FullName = "Sshwifty Web SSH Client" Author = "Ni Rui <ranqus@gmail.com>" URL = "https://github.com/nirui/sshwifty" )
Plate information
Variables ¶
This section is empty.
Functions ¶
func DefaultProccessSignallerBuilder ¶
DefaultProccessSignallerBuilder the default ProccessSignallerBuilder
Types ¶
type Application ¶
type Application struct {
// contains filtered or unexported fields
}
Application contains data required for the application, and yes I don't like to write comments
func (Application) Run ¶
func (a Application) Run( cLoader configuration.Loader, closeSigBuilder ProccessSignallerBuilder, commands command.Commands, handlerBuilder server.HandlerBuilderBuilder, ) error
Run execute the application. It will return when the application is finished running
type ProccessSignaller ¶
ProccessSignaller send signal to the running application
type ProccessSignallerBuilder ¶
ProccessSignallerBuilder builds a ProccessSignaler
Click to show internal directories.
Click to hide internal directories.