Documentation
¶
Index ¶
- func ConfGetInt(path string) int
- func ConfGetInt64(path string) int64
- func ConfGetString(path string) string
- func ConfGetbool(path string) bool
- func DeJson(jsondata string, data interface{}) error
- func EnJson(data interface{}) (string, error)
- func FormatGitRepoName(slug string) string
- func GenerateToken() string
- func Int64InArray(value int64, array []int64) bool
- func IntInArray(value int, array []int) bool
- func RHtml(c *gin.Context, html string, data interface{})
- func Rfail(c *gin.Context, msg string)
- func Rsucc(c *gin.Context, data interface{})
- func StringInArray(value string, array []string) bool
- func StringToInt(str string) int
- func StringToInt64(str string) int64
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConfGetInt ¶
func ConfGetInt64 ¶
func ConfGetString ¶
func ConfGetbool ¶
func FormatGitRepoName ¶
func GenerateToken ¶
func GenerateToken() string
func Int64InArray ¶
func IntInArray ¶
func StringInArray ¶
func StringToInt ¶
func StringToInt64 ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.