package
1.13.0
Repository: https://github.com/hqbobo/frame.git
Documentation: pkg.go.dev

# README

common

本目录下提供所有微服务框架下所使用的功能

service

微服务的基础模块.

dcache

框架下使用的分布式缓存,目前使用redis实现,支持内存同步 (依赖service模块初始化)

log

框架下使用的日志.

conf

所有微服务的配置

encode

interfacebyte 的编解码

transport

对传输层进行封装

datakeeper

数据缓存维护中间件

test

测试相关的

limiter

限流器 配置环境变量 LimiterRate = 3 //每秒3个

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

GetAdminInfo 获取admin.
GetSpanFromGin 从gin里面获取Span.
GetUserInfo 获取用户新.
No description provided by the author
SetAdminInfo 设置admin信息.
SetSpanForGin 设置span到gin.
SetUserInfo 设置用户信息.