Documentation ¶
Index ¶
- Constants
- func CreateIssue(c *gin.Context)
- func CreateIssueComment(c *gin.Context)
- func CreateProject(c *gin.Context)
- func DeleteIssue(c *gin.Context)
- func DeleteProject(c *gin.Context)
- func Fail(c *gin.Context, err errs.SystemErrorInfo)
- func GetIssueSourceList(c *gin.Context)
- func GetIssueStatusList(c *gin.Context)
- func GetIterationList(c *gin.Context)
- func GetPriorityList(c *gin.Context)
- func GetProjectObjectTypeList(c *gin.Context)
- func GetPropertyList(c *gin.Context)
- func IssueCommentsList(c *gin.Context)
- func IssueList(c *gin.Context)
- func IssueStatusTypeStat(c *gin.Context)
- func ParseInt(str string) int
- func ParseInt64(str string) int64
- func ParseOpenAuthInfo(c *gin.Context) (*orgvo.OpenAPIAuthData, errs.SystemErrorInfo)
- func ProjectInfo(c *gin.Context)
- func Projects(c *gin.Context)
- func Suc(c *gin.Context, data interface{})
- func SuccessJson(c *gin.Context, data string)
- func TablesBaseColumns(c *gin.Context)
- func TablesByAppId(c *gin.Context)
- func UpdateIssue(c *gin.Context)
- func UpdateProject(c *gin.Context)
- func UserList(c *gin.Context)
Constants ¶
View Source
const ( // OK ok OK int32 = 0 // RequestErr request error RequestErr int32 = -400 // ServerErr server error ServerErr int32 = -500 )
Variables ¶
This section is empty.
Functions ¶
func CreateIssue ¶
func CreateIssueComment ¶
func CreateProject ¶
func DeleteIssue ¶
func DeleteProject ¶
func GetIssueSourceList ¶
func GetIterationList ¶
func GetPriorityList ¶
func GetPropertyList ¶
func IssueCommentsList ¶
func IssueStatusTypeStat ¶
func ParseInt64 ¶
func ParseOpenAuthInfo ¶
func ParseOpenAuthInfo(c *gin.Context) (*orgvo.OpenAPIAuthData, errs.SystemErrorInfo)
parseOpenAuthInfo 获取Open认证信息
func ProjectInfo ¶
func SuccessJson ¶
func TablesBaseColumns ¶
func TablesByAppId ¶
func UpdateIssue ¶
func UpdateProject ¶
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.