# Functions
No description provided by the author
HandlePanic helper method to handle panics.
NewGenerator returns a new Generator.
NewServiceManager creates a new ServiceManager.
NewSyncQueue creates a new SyncQueue.
ParseKeyValuePairs get key-value map from "key=value,key1=value1" str, if value have , please use quotes.
URLStringToFilePath convert fileURL to file path.
# Structs
Generator represents a UUID generator that generates UUIDs in sequence from a random starting point.
ServiceConfig is a simple service configuration object.
ServiceManager is a simple service manager.
SyncQueue is a List backed queue.
# Interfaces
Service is an interface for defining/managing a service.