package
module
Version:
v0.0.0-...-3b218eb
Opens a new window with list of versions in this module.
Published: Jul 10, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
package for golang of common business
Package Structure
├── LICENSE # license file
├── README.md # ...
├── go.mod # ...
├── go.sum # ...
├── pkg.go # entry file
└── rstool # redis tool
├── log.go # custom log
├── mutex # mutex module
│ ├── mutex.go # default mutex
│ ├── mutex_etcd.go # etcd implements for mutex
│ ├── mutex_redis.go # redis implements for mutex
│ └── mutex_test.go # mutex test file
├── redis.go # main file of redis tools
└── redis_test.go # test file for redis.go
redis tools implements for common business, maybe more like as snippet for the project.
1. Cache
2. Hot Data
2. EntGo
3. Gorm
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.