Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeBase64String ¶
DecodeBase64String is a flexible base64 decoder that supports both standard and url encodings, and considers padding optional
func FileExists ¶
FileExists returns true if a file exists on disk and is a regular file
Types ¶
type ServiceRunner ¶ added in v1.2.0
type ServiceRunner struct {
// contains filtered or unexported fields
}
ServiceRunner oversees a number of services running in background
func NewServiceRunner ¶ added in v1.2.0
func NewServiceRunner(services ...Service) *ServiceRunner
NewServiceRunner creates a new ServiceRunner
func (*ServiceRunner) Add ¶ added in v1.2.0
func (r *ServiceRunner) Add(service ...Service)
Add a service
Click to show internal directories.
Click to hide internal directories.