Categorygithub.com/SKF/go-utility/v2
module
2.34.1
Repository: https://github.com/skf/go-utility.git
Documentation: pkg.go.dev

# README

Build Status on master Go Report Card

go-utility

Supported packages

  • array
  • auth
    • secretsmanagerauth
  • datadog
  • env
  • http-middleware
  • http-model
  • http-server
  • jwk
  • jwt
  • log
  • timeutils
  • useridcontext
  • uuid

Migration

If you previously were using github.com/SKF/go-utility/env and want to use version v2.*.*, update import path to github.com/SKF/go-utility/v2/env.

For more information:

Migration from 1.* to 2.*

  • http-middleware have some updates, more info here.
  • grpc-interceptor/requestid has been removed in favor of Opencensus.

# 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
No description provided by the author
No description provided by the author
Package httpmiddleware contains middleware for REST API's built with Gorilla web toolkit (router) and OpenCensus (telemetry).
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
nolint: loggercheck.
No description provided by the author
No description provided by the author
No description provided by the author
Package trace contains: - HTTP headers for tracing.
No description provided by the author
Package uuid is a wrapper to github.com/google/uuid.