Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.02 KB

README.md

File metadata and controls

27 lines (21 loc) · 1.02 KB

bcs-common

bcs 公共模块库,提供日志,metrics, i18n, 双栈监听, 服务注册, ESB接口封装等公共依赖函数

GoDoc

常用 common 模块

  • blog 日志相关
  • encrypt 加密相关
  • version 编译版本号
  • restyclient http 客户端, 默认30s超时, 支持链接复用,支持tracing等

常用 pkg 模块

使用方式

根据依赖的库, 使用go get进行依赖

go get github.com/Tencent/bk-bcs/bcs-common@{commitID}

独立 go.mod 模块