go-backend-package

module
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Jun 20, 2025 License: Apache-2.0

README

go-backend-package

A useful Go package that's a component of the Go Backend Framework.

Run test case

make test

Folder structure

go-backend-package
├── go.mod
├── go.sum
├── Makefile
├── pkg
│   ├── app
│   │   └── app.go
│   ├── argon2
│   │   ├── argon2_test.go
│   │   └── argon2.go
│   ├── authentication
│   │   ├── authenticator_test.go
│   │   ├── authenticator.go
│   │   └── config.go
│   ├── booter
│   │   ├── booter.go
│   │   ├── config
│   │   │   └── registry.go
│   │   └── service
│   │       └── registry.go
│   ├── clickhouse
│   │   ├── clickhouse.go
│   │   └── config.go
│   ├── database
│   │   ├── config.go
│   │   └── database.go
│   ├── logger
│   │   ├── config.go
│   │   └── logger.go
│   ├── pagination
│   │   └── pagination.go
│   ├── random
│   │   ├── random_test.go
│   │   └── random.go
│   ├── redis
│   │   ├── config.go
│   │   └── redis.go
│   ├── scheduler
│   │   └── scheduler.go
│   └── stacktrace
│       └── stacktrace.go
└── README.md

Jump to

Keyboard shortcuts

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