Categorygithub.com/caffix/service
modulepackage
0.3.0
Repository: https://github.com/caffix/service.git
Documentation: pkg.go.dev

# README

GitHub Test Status GoDoc License Go Report CodeFactor Maintainability Codecov

Simple Service

Licensing License

This program is free software: you can redistribute it and/or modify it under the terms of the Apache license.

# Functions

NewBaseService returns an initialized BaseService object.

# Structs

BaseService provides common mechanisms to all services implementing the Service interface.

# Interfaces

Service handles queued requests at an optional rate limit.