Documentation ¶ Index ¶ Constants type Module Constants ¶ View Source const ( Config = iota Heartbeat ) Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Module ¶ type Module struct { Ready bool // Is the module ready to receive orders Changes []string // List of changes the module can receive Heartbeat time.Duration // Duration between each heartbeat, for debugging and logging purposes } Source Files ¶ View all Source files const.gomodule.go Click to show internal directories. Click to hide internal directories.