Documentation ¶
Index ¶
- Variables
- func Authorize(c *gin.Context)
- func Cors(c *gin.Context)
- func Debug(r *Config)
- func Default[T comparable](a *T, b T)
- func Failed(c *gin.Context, code int, message string, data ...any)
- func FetchFile(c *gin.Context)
- func GetBranches(c *gin.Context)
- func GetComments(c *gin.Context)
- func GetPosts(c *gin.Context)
- func GetToken(c *gin.Context)
- func GetUser(c *gin.Context) *user.User
- func Register(c *gin.Context)
- func Release(r *Config)
- func Run(r *Config)
- func Submit(c *gin.Context)
- func Succeed(c *gin.Context, data ...any)
- type Config
- type Cycle
- type Github
- type LifeCycle
- type Network
- type Resource
Constants ¶
This section is empty.
Variables ¶
View Source
var ( GIT = "https://github.com/" API = "https://api.github.com/repos/" )
Functions ¶
Types ¶
type Cycle ¶
type Cycle struct{}
func (Cycle) AfterAdmin ¶
func (Cycle) AfterAuthorize ¶
func (Cycle) BeforeAuthorize ¶
func (Cycle) OnAuthorize ¶
type Github ¶
Click to show internal directories.
Click to hide internal directories.