Documentation
¶
Index ¶
Constants ¶
View Source
const ( StatusProjectNormal = "normal" // 正常 StatusProjectDoing = "doing" // 制作中 StatusProjectDelivering = "delivering" // 交付中(制作完成) StatusProjectDelivered = "delivered" // 交付完成(待结账) StatusProjectDone = "done" // 正常结束(结账完成) StatusProjectUnfinished = "unfinished" // 烂尾项目(任何问题结束) )
View Source
const ( StatusAPINormal = "normal" StatusAPIDeleted = "deleted" )
View Source
const ( ParamTypeHeader = iota + 1 ParamTypeQuery ParamTypeRequest ParamTypeResponse )
View Source
const ( HTTPMethodGet = iota + 1 HTTPMethodHead HTTPMethodPost HTTPMethodPut HTTPMethodPatch HTTPMethodDelete HTTPMethodConnect HTTPMethodOptions HTTPMethodTrace )
Variables ¶
View Source
var ( MapAPIHTTPMethod = map[int]string{ HTTPMethodGet: http.MethodGet, HTTPMethodHead: http.MethodHead, HTTPMethodPost: http.MethodPost, HTTPMethodPut: http.MethodPut, HTTPMethodPatch: http.MethodPatch, HTTPMethodDelete: http.MethodDelete, HTTPMethodConnect: http.MethodConnect, HTTPMethodOptions: http.MethodOptions, HTTPMethodTrace: http.MethodTrace, } )
View Source
var MapStatusName = map[string]string{}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.