Git Product home page Git Product logo

easy's Introduction

功能列表

  • grpc_server:
    • 日志插件
    • metric插件
    • recovery插件
    • timeout插件
    • trace插件
  • grpc_client:
    • 日志插件
    • metric插件
    • timeout插件
    • trace插件
  • http_server: github.com/gin-gonic/gin
    • 日志插件
    • metric插件
    • recovery插件
    • timeout插件
    • trace插件
    • token验签插件
    • 解密插件
    • header头透传插件
  • http_client: github.com/go-resty/resty/v2
    • 日志插件
    • metric插件
    • timeout插件
    • trace插件
  • db: gorm.io/gorm
    • 日志插件
    • metric插件
    • timeout插件
    • trace插件
    • 脚手架: orm
  • redis: github.com/go-redis/redis/v8
    • 日志插件
    • metric插件
    • timeout插件
    • trace插件
  • log: go.uber.org/zap
  • config: github.com/spf13/viper
  • 监控面板: prometheus+grafana
  • 告警: lark+钉钉
  • 脚手架: github.com/weblazy/easy-cli
  • cli: github.com/urfave/cli/v2
  • cron: github.com/robfig/cron
  • trace: go.opentelemetry.io/otel/trace

easy

如果大家觉得好用,右上角帮忙点个star吧。(^_^)

欢迎感兴趣的小伙伴一同开发,收集日常好用的golang工具包。

联系我们

  • 技术支持/合作/咨询请联系作者QQ: 2276282419
  • 作者邮箱: [email protected]
  • 即时通讯技术交流QQ群: 33280853
单元测试
go test -coverpkg=./... -coverprofile=coverage.data -timeout=5s ./...
go tool cover -html=coverage.data -o coverage.html

Go Report Card

easy's People

Contributors

2276282419 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.