Categorygithub.com/everywan/common
repositorypackage
0.0.0-20240729115917-28a91725851d
Repository: https://github.com/everywan/common.git
Documentation: pkg.go.dev

# 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

# README

common

go 业务常用工具库.

go report card Go MIT license Go.Dev reference

Overview

  1. application: 管理程序和任务的生命周期. 任务包括 http、rpc、cron 等, 生命周期是指启动、终止、销毁, 支持 Hooks, 以及常用的工具注入如 sentry 等.
  2. bundle: 任务.
    1. rest: http 服务
    2. rpc: grpc 服务
    3. cron: 定时任务

Getting Started

Install:

go get github.com/everywan/common

use example: please go use example

License

© Everywan, 2024~time.Now

Released under the MIT License