Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitAppInstance ¶
InitAppInstance initialises an instance of the application based on the value of `appID`. An error will be returned if another instance of the application instance is detected (based on the `appID`). You should handle this error as appropriate for your situation. Call this when your application starts.
func ReleaseAppInstance ¶
ReleaseAppInstance will release(unlock) an instance of the application. An error will be returned if this should fail for any reason. You should handle the error as appropriate for you situation. Call this when your application is exiting.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.