Documentation ¶ Index ¶ Constants func OSHandler(templates map[string]string) libhttp.Service func ParseOS(req libhttp.Request) string func StringResponse(req libhttp.Request, t string) libhttp.Response func TemplatesFromPath(path string) (map[string]string, error) Constants ¶ View Source const ( Windows = "windows" WindowsPhone = "windows phone" Android = "android" MacOS = "macos" IOS = "ios" Linux = "linux" ) Variables ¶ This section is empty. Functions ¶ func OSHandler ¶ func OSHandler(templates map[string]string) libhttp.Service func ParseOS ¶ func ParseOS(req libhttp.Request) string func StringResponse ¶ func StringResponse(req libhttp.Request, t string) libhttp.Response func TemplatesFromPath ¶ func TemplatesFromPath(path string) (map[string]string, error) Types ¶ This section is empty. Source Files ¶ View all Source files os.go Click to show internal directories. Click to hide internal directories.