package api import "github.com/gin-gonic/gin" func Printr(c *gin.Context, apictx *ApiSession) (interface{}, error) { return "aaa", nil }