Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ThingApplication ¶
type ThingApplication struct {
// contains filtered or unexported fields
}
func InitThingApplication ¶
func InitThingApplication(dbHost, dbPort, dbUser, dbPassword, dbName, thingAddress string, remoteAccountAddress string) *ThingApplication
Function will construct the GrowLog remote account application.
func (*ThingApplication) RunMainRuntimeLoop ¶
func (app *ThingApplication) RunMainRuntimeLoop()
Function will consume the main runtime loop and run the business logic of the thing application.
func (*ThingApplication) StopMainRuntimeLoop ¶
func (app *ThingApplication) StopMainRuntimeLoop()
Function will tell the application to stop the main runtime loop when the process has been finished.
Click to show internal directories.
Click to hide internal directories.