Documentation
¶
Overview ¶
Package launchr provides common app functionality.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EnsurePath ¶
EnsurePath creates all directories in the path.
func GetFsAbsPath ¶
GetFsAbsPath returns absolute path for a FS struct.
Types ¶
type Service ¶
type Service interface {
ServiceInfo() ServiceInfo
}
Service is a common interface for a service to register.
type ServiceInfo ¶
type ServiceInfo struct {
ID string
}
ServiceInfo provides service info for its initialization.
Click to show internal directories.
Click to hide internal directories.