Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Latest commit

 

History

History
21 lines (16 loc) · 1.19 KB

README.md

File metadata and controls

21 lines (16 loc) · 1.19 KB

The Things Network Utilities for Go

Build Status

Utilities

  • backoff: backoff algorithm extracted from github.com/grpc/grpc-go
  • encoding: encoding and decoding between a struct and map[string]string
  • grpc/interceptor: gRPC interceptor that logs RPCs
  • grpc/restartstream: gRPC interceptor that restart streams when the underlying connection breaks and restores
  • handlers/cli: CLI logger for github.com/apex/log
  • handlers/elasticsearch: Elasticsearch logger for github.com/apex/log
  • log: log wrapper
  • random and pseudorandom: wrappers for (pseudo)random functions
  • queue: implementations of queues and schedules
  • rate: rate counting and rate limiting
  • roots: CA Root certificates that are used when the OS doesn't supply them

License

Source code is released under the MIT License, which can be found in the LICENSE file. A list of authors can be found in the AUTHORS file.