Categorygithub.com/SKF/go-notification-client
repositorypackage
0.0.0-20220927071016-60554f8d88d5
Repository: https://github.com/skf/go-notification-client.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

go-notification-client

This is the client library for the Notification API.

Example

Refer to example for examples on how to use this library.

Error handling

Errors returned by the API are decoded into problems from the github.com/SKF/go-rest-utility package before being returned by the client functions. This makes it possible to use the standard error package to do error checking on any returned error.