Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Example ¶
type Example struct { }
func NewExample ¶
func NewExample() *Example
func (*Example) GinFun ¶ added in v1.1.0
func (e *Example) GinFun(ctx *gin.Context, req *api.GinFunRequest)
GinFun gin function
func (*Example) Login ¶
func (e *Example) Login(ctx context.Context, req *api.LoginRequest) (*api.LoginResponse, error)
Login 需要登录的接口
func (*Example) Ping ¶
func (e *Example) Ping(ctx context.Context, req *api.PingRequest) (*api.PingResponse, error)
Ping ping
Click to show internal directories.
Click to hide internal directories.