utils

package
v0.1.14 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 24, 2018 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ReqDate

func ReqDate(s string) time.Time

ReqDate 将客户端提交的日期(比如搜索时的日期范围选择),换算成UTC日期

func ResAPIError

func ResAPIError(c *gin.Context, errcode int, errmsg string)

ResAPIError 返回后端api间调用错误,status始终为200

func ResE added in v0.1.5

func ResE(c *gin.Context, e errors.E)

ResE 用errors.E返回错误,JSON格式,例{ "errcode": 000001, "errmsg": "参数错误" }

func ResError

func ResError(c *gin.Context, status int, errcode int, errmsg string)

ResError 返回错误,JSON格式,例{ "errcode": 000001, "errmsg": "参数错误" }

func ResTime

func ResTime(t time.Time) string

ResTime 返回UTC时间,用ISO8601格式化。YYYY-MM-DDTHH:MM:SSZ

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL