Versions in this module Expand all Collapse all v0 v0.1.4 Apr 29, 2024 Changes in this version + type Client struct + func NewClient(addr string) *Client + func (c *Client) RegisterRoutes(routes func(r *gin.Engine)) + func (c *Client) Run() + func (c *Client) Use(middleware func(c *gin.Context))