Skip to content

forestyc/playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

一、项目结构

├─cmd
│  ├─crawler
│  └─demo
└─pkg
    ├─crawler
    ├─crypto
    ├─db
    ├─distributed
    ├─encoding
    ├─http
    ├─jwt
    ├─log
    ├─mail
    ├─prometheus
    ├─redis
    ├─security
    ├─util
    └─version

1、应用

cmd目录自行创建应用目录,每个应用应有自己的README.mdCHANGELOG.md

文件夹 说明 描述
crawler 爬虫 爬虫

2、包

1、目录结构

文件夹 说明 描述
crawler crawler colly封装
crypto crypto 对称、非对称、摘要
db db gorm
distributed distributed 注册中心、分布式锁
http http http封装
log log zap封装
prometheus prometheus exporter
redis redis go-redis封装
security security security
util util util
version version 记录版本信息,由CICD传入
jwt jwt jwt token
mail mail mail
encoding encoding base64, pem

2、安装

go get github.com/forestyc/playground

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published