pkg

package module
v0.0.0-...-3b218eb Latest Latest
Warning

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

Go to latest
Published: Jul 10, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

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

1. Rstool

redis tools implements for common business, maybe more like as snippet for the project.

1. Cache

2. Hot Data

2. EntGo

3. Gorm

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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