module
Version:
v1.0.1
Opens a new window with list of versions in this module.
Published: Jun 20, 2025
License: Apache-2.0
Opens a new window with license information.
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
Directories
¶
pkg
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.