base

package
v0.0.0 Latest Latest
Warning

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

Go to latest
Published: Oct 3, 2019 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ApplicationStatus

type ApplicationStatus uint8

app运行装填

type ComponentInterface

type ComponentInterface interface {
	// 初始化
	Init(configInterface ConfigComponentInterface)
	// 开始
	Start()
	// 停止
	Stop()
}

组件接口

type ConfigComponent

type ConfigComponent int16

配置组件类型

type ConfigComponentInterface

type ConfigComponentInterface interface {
	GetComponent() ComponentInterface
}

组件类型配置接口

type ControllerType

type ControllerType uint8

控制器类型(websocket 或 http)

type WebsocketServerMode

type WebsocketServerMode uint8

websocket server 运行模式

Jump to

Keyboard shortcuts

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