bysutil

module
v0.1.1-beta.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 9, 2025 License: Apache-2.0

README

Go Util

GitHub go.mod Go version GitHub tag (latest SemVer) Go Report Card Coverage Status Go Reference

.
├── async           
├── cache
├── CANOpenAsciiClient
├── client
│   ├── modbus
│   ├── mqtt
│   ├── tcp
│   └── udp
├── container
│   └── group
├── cronjob
├── encoding
│   ├── json
│   └── proto
├── log
├── middleware
│   ├── auth
│   ├── httpctx
│   ├── recover
│   ├── request
│   ├── response
│   └── trace
├── queue
│   ├── kafka
│   ├── nats
│   └── rabbitmq
│       └── options
├── redis
├── retryer
├── sign
├── storage
│   ├── elasticsearch
│   ├── mongodb
│   ├── orm
│   └── sql
├── sync
│   ├── errgroup
│   └── pipeline
│       └── fanout
├── trace
│   └── otlp
├── utils
└── ws


Directories

Path Synopsis
tcp
udp
container
group
Package group provides a sample lazy load container.
Package group provides a sample lazy load container.
Package log span logger for trace reference: https://github.com/jaegertracing/jaeger/tree/master/examples/hotrod/pkg/log
Package log span logger for trace reference: https://github.com/jaegertracing/jaeger/tree/master/examples/hotrod/pkg/log
middleware
storage
orm
sync
errgroup
Package errgroup provides synchronization, error propagation, and Context errgroup 包为一组子任务的 goroutine 提供了 goroutine 同步,错误取消功能.
Package errgroup provides synchronization, error propagation, and Context errgroup 包为一组子任务的 goroutine 提供了 goroutine 同步,错误取消功能.
trace

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL