bonjer-gokit

command module
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Jul 9, 2025 License: MIT Imports: 0 Imported by: 0

README

Bonjer GoKit

Go Reference CI

Reusable Go utilities and libraries for Bonjer projects.

Features

  • bgin : Package gin-gonic
  • bot : Package bot
  • cache : Package cache
  • config : Package config
  • export : Package export
  • firebase : Package firebase
  • jwt : Package jwt
  • log : Package log
  • middleware : Package middleware
  • nosql : Package nosql
  • options : Package options
  • sql : Package sql
  • storage : Package storage
  • util : Package util
  • validator : Package validator

Installation

export GOPRIVATE=github.com/bonjertech/*
git config --global url."https://${GITHUB_TOKEN}:x-oauth-basic@github.com".insteadOf "https://github.com"

go get github.com/bonjertech/bonjer-gokit@latest

Development

replace github.com/bonjertech/bonjer-gokit => ../bonjer-gokit

Usage

Basic Example
import (
  "github.com/bonjertech/bonjer-gokit/pkg/bgin"
  "github.com/bonjertech/bonjer-gokit/pkg/bot"
  "github.com/bonjertech/bonjer-gokit/pkg/cache"
  "github.com/bonjertech/bonjer-gokit/pkg/config"
  "github.com/bonjertech/bonjer-gokit/pkg/export"
  "github.com/bonjertech/bonjer-gokit/pkg/firebase"
  "github.com/bonjertech/bonjer-gokit/pkg/jwt"
  "github.com/bonjertech/bonjer-gokit/pkg/log"
  "github.com/bonjertech/bonjer-gokit/pkg/middleware"
  "github.com/bonjertech/bonjer-gokit/pkg/nosql"
  "github.com/bonjertech/bonjer-gokit/pkg/options"
  "github.com/bonjertech/bonjer-gokit/pkg/sql"
  "github.com/bonjertech/bonjer-gokit/pkg/storage"
  "github.com/bonjertech/bonjer-gokit/pkg/util"
  "github.com/bonjertech/bonjer-gokit/pkg/validator"
)

func main() {
}

Documentation

Full API documentation:
See Bonjer GoKit Doc

Changelog

See CHANGELOG.md

Contributing

See CONTRIBUTING.md

License (MIT)

See LICENSE

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg
bot
jwt
log
sql

Jump to

Keyboard shortcuts

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