Versions in this module Expand all Collapse all v0 v0.1.2 Nov 19, 2024 v0.1.0 Nov 19, 2024 Changes in this version + func Benchmark_Add(b *testing.B) + func Benchmark_Add2(b *testing.B) + func ResponseFile(c *gin.Context, fileName string, data []byte) + type Client struct + Avatar string + Birthday time.Time + Gender int32 + Height float32 + IdCard string + Introduction string + Labels string + Nickname string + Notes string + Password string + RealName string + RealNameAuthenticationWay int32 + TelNum string + Username string + Weight float32 + type Hub struct + func NewHub() *Hub + func (h *Hub) GetClient() *Client + func (h *Hub) PutClient(c *Client)