Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //Debug - enable disable debug mode Debug = false //Is debug mode enabled //ConfigurationPatch - path to configuration file ConfigurationPatch = "" )
Functions ¶
This section is empty.
Types ¶
type ServiceFlag ¶
ServiceFlag basic service structure
func (*ServiceFlag) Close ¶
func (service *ServiceFlag) Close() error
Close - executed at the end of the service
func (*ServiceFlag) Name ¶
func (service *ServiceFlag) Name() string
Name - returns the service name
func (*ServiceFlag) New ¶
func (service *ServiceFlag) New() error
New - the function is executed when the service is initialized.
Click to show internal directories.
Click to hide internal directories.