Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ServiceUUID = uuid.MustParse(ServiceUUIDString)
View Source
var ServiceUUIDString = "00000000-0000-0000-0000-000000000000"
Functions ¶
This section is empty.
Types ¶
type Application ¶
type Application interface {
Start() error
}
Application is the interface for the application
func NewApplication ¶
func NewApplication() Application
Click to show internal directories.
Click to hide internal directories.