Categorygithub.com/sraphs/gdk
modulepackage
0.0.4
Repository: https://github.com/sraphs/gdk.git
Documentation: pkg.go.dev

# README

The Go Development Kit (GDK)

CI

Features

  • blob
  • pubsub
  • runtimevar
  • secrets

Install

go get github.com/sraphs/gdk

Contributing

We alway welcome your contributions :clap:

  1. Fork the repository
  2. Create Feat_xxx branch
  3. Commit your code
  4. Create Pull Request

CHANGELOG

See Releases

License

MIT © sraph.com

# Packages

Package blob provides an easy and portable way to interact with blobs within a storage location.
Package gdkerr provides an error type for GDK APIs.
Package pubsub provides an easy and portable way to interact with publish/subscribe systems.
Package runtimevar provides an easy and portable way to watch runtime configuration variables.
Package secrets provides an easy and portable way to encrypt and decrypt messages.