Documentation
¶
Index ¶
Constants ¶
View Source
const ( COMPONENT_TYPE_BEGIN = iota COMPONENT_TYPE_TCP_SERVER COMPONENT_TYPE_TCP_CLIENT COMPONENT_TYPE_DB_MONGODB COMPONENT_TYPE_DB_MYSQL )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Component ¶
type Component interface {
GetID() ComponentID
GetType() ComponentType
Start() bool
Close()
}
type ComponentID ¶
func GenComponentID ¶
func GenComponentID() ComponentID
type ComponentType ¶
type ComponentType uint16
Click to show internal directories.
Click to hide internal directories.