Go 常用工具之swagger

前言
一、结构体注释规范
json:"name"json:"spec"json:"command"json:"protocol"json:"http_method"json:"timeout"json:"retry_times"json:"retry_interval"json:"notify_status"json:"notify_type"json:"notify_receiver_email"json:"notify_keyword"json:"remark"json:"is_used"
二、接口和函数实现规范
type Handler interface {	 
		// HashIdsEncode HashIds 加密
		// @Tags API.tool
		// @Router /api/tool/hashids/encode/{id} [get]
		HashIdsEncode() core.HandlerFunc
	}
如果我的内容能帮上你是我的荣幸,如果能打赏一下那就是对我最大的鼓励