package
Version:
v1.6.0-beta.1
Opens a new window with list of versions in this module.
Published: Oct 28, 2023
License: MPL-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package service contains all the services used by Aiko-Server
To implement a service, one needs to implement the interface below.
type Restart interface {
Start() error
Close() error
}
Restart the service
Service is the interface of all the services running in the panel
Source Files
¶
Directories
¶
Package controller Package generate the InboundConfig used by add inbound
|
Package controller Package generate the InboundConfig used by add inbound |
Click to show internal directories.
Click to hide internal directories.