go-hailo-lib/

directory
v0.0.0-...-cbea63e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 4, 2021 License: Apache-2.0, MIT

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.hailocab.service.hob", "endpoint": "multiconfig", "granted": [ {"name": "your.service.name", "role": "ADMIN" }]}}
execute grantservice {"endpoint":  {"service": "com.hailocab.service.hob", "endpoint": "readhob", "granted": [ {"name": "your.service.name", "role": "ADMIN" }]}}
execute grantservice {"endpoint":  {"service": "com.hailocab.service.hob", "endpoint": "readservicetypes", "granted": [ {"name": "your.service.name", "role": "ADMIN" }]}}

Directories

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL