bgdk

module
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 12, 2022 License: MIT

README

BGDK

bearaujus golang development kit or bgdk is the development kit with the main aim is making the development easier and testable.

INSTALLATION

go get "github.com/bearaujus/bgdk@v1.0.0"

PACKAGES

WORKER

worker can execute many jobs asynchronously. This package also can do retries and use a custom error listener function to listen to the job when the job occurs an error.

 

UTIL

util is an bgdk utilities packages.

json is utilities for the JSON files. This package implementing core functions from encoding/json. This package also has some additional I/O features such as JSON writer and JSON reader.

 

yaml is utilities for the YAML files. This package implementing core functions from gopkg.in/yaml.v3. This package also has some additional I/O features such as YAML writer and YAML reader.

 

ptrconv is utilities for converting an object to object ptr (*object) and vice versa.

 

Back to top

Directories

Path Synopsis
util
json/mock
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
ptrconv/mock
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
yaml/mock
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
mock
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL