Documentation ¶
Index ¶
Constants ¶
View Source
const ( // EntityMemory ... EntityMemory = string("memory") // AttrTotal ... AttrTotal = "total" // AttrFree ... AttrFree = "free" // AttrUsedPercent ... AttrUsedPercent = "used_percent" // Name ... Name = "memory" // EntityType ... EntityType = "memory" Version = "0.0.1" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Actor ¶
type Actor struct { entity_manager.BaseActor // contains filtered or unexported fields }
Actor ...
func NewActor ¶
func NewActor(entityManager entity_manager.EntityManager, eventBus bus.Bus, entity *m.Entity) *Actor
NewActor ...
Click to show internal directories.
Click to hide internal directories.