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) Audit ¶
func (e *Example) Audit(ctx context.Context, req *api.AuditRequest) (*api.AuditResponse, error)
Audit 审计操作
func (*Example) GinFun ¶
func (e *Example) GinFun(ctx *gin.Context, req *api.GinFunRequest)
GinFun gin function
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.