Versions in this module Expand all Collapse all v1 v1.1.0 Mar 1, 2024 Changes in this version type Example + func (e *Example) GinFun(ctx *gin.Context, req *api.GinFunRequest) v1.0.1 Oct 24, 2023 v1.0.0 Oct 24, 2023 Changes in this version + type Example struct + func NewExample() *Example + func (e *Example) Login(ctx context.Context, req *api.LoginRequest) (*api.LoginResponse, error) + func (e *Example) Ping(ctx context.Context, req *api.PingRequest) (*api.PingResponse, error)