Categorygithub.com/hailooss/go-hailo-lib
module
0.0.0-20160914140844-13f918f98fbc
Repository: https://github.com/hailooss/go-hailo-lib.git
Documentation: pkg.go.dev

# README

Hailo Standard Library

This is Hailo's own version of the Go standard library.

See https://hailo.jira.com/wiki/display/HTWO/2014/02/25/Shared+Code for details of how this library is managed.

Next release candidate branch is rc20140104

Every service using the localisation library that accesses the hob info: GetHob(hob), GetServiceType(hob) or GetServiceTypes(hob) will have to add the following service-2-service permissions

execute grantservice {"endpoint":  {"service": "com.HailoOSS.service.hob", "endpoint": "multiconfig", "granted": [ {"name": "your.service.name", "role": "ADMIN" }]}}
execute grantservice {"endpoint":  {"service": "com.HailoOSS.service.hob", "endpoint": "readhob", "granted": [ {"name": "your.service.name", "role": "ADMIN" }]}}
execute grantservice {"endpoint":  {"service": "com.HailoOSS.service.hob", "endpoint": "readservicetypes", "granted": [ {"name": "your.service.name", "role": "ADMIN" }]}}

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
log is a drop-in replacement for seelog that allows you to add a source and context to your logging messages.
No description provided by the author
No description provided by the author
Package retry wraps retry logic around a a function call.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Package weberrors aims to ease error reporting for webish service programming.