Documentation ¶
Index ¶
- func ApproveRepo(c *gin.Context)
- func DeleteAllDns(c *gin.Context)
- func DeleteAllHttp(c *gin.Context)
- func DeleteAllLogs(c *gin.Context)
- func DeleteAllRepos(c *gin.Context)
- func DeleteDns(c *gin.Context)
- func DeleteHttp(c *gin.Context)
- func DeleteJob(c *gin.Context)
- func DeleteRepo(c *gin.Context)
- func DeleteUser(c *gin.Context)
- func GetAllCertificates(c *gin.Context)
- func GetAllDns(c *gin.Context)
- func GetAllHttp(c *gin.Context)
- func GetAllJobs(c *gin.Context)
- func GetAllLogs(c *gin.Context)
- func GetAllRepo(c *gin.Context)
- func GetAllUsers(c *gin.Context)
- func GetCertByID(c *gin.Context)
- func GetCertBySerial(c *gin.Context)
- func GetCurrentUser(c *gin.Context)
- func GetDnsByField(c *gin.Context)
- func GetDnsByID(c *gin.Context)
- func GetDownloadRepo(c *gin.Context)
- func GetHttpByField(c *gin.Context)
- func GetHttpByID(c *gin.Context)
- func GetJobById(c *gin.Context)
- func GetLogByField(c *gin.Context)
- func GetLogByID(c *gin.Context)
- func GetRepoByField(c *gin.Context)
- func GetRepoByID(c *gin.Context)
- func GetSysInfo(c *gin.Context)
- func GetUserByField(c *gin.Context)
- func GetUserByID(c *gin.Context)
- func NewCSR(c *gin.Context)
- func NewJob(c *gin.Context)
- func NewLog(c *gin.Context)
- func NewRepo(c *gin.Context)
- func NewUser(c *gin.Context)
- func PruneDns(c *gin.Context)
- func PruneHttp(c *gin.Context)
- func RegisterAuthRoutes(r *gin.Engine, authMiddleware *jwt.GinJWTMiddleware)
- func RegisterDnsRoutes(auth *gin.RouterGroup, broker *usvc.UsvcBroker)
- func RegisterHttpRoutes(auth *gin.RouterGroup, broker *usvc.UsvcBroker)
- func RegisterJobsRoutes(auth *gin.RouterGroup, broker *usvc.UsvcBroker)
- func RegisterLogRoutes(auth *gin.RouterGroup)
- func RegisterMiscRoutes(r *gin.Engine, broker *usvc.UsvcBroker, connections *list.List)
- func RegisterPKIRoutes(auth *gin.RouterGroup)
- func RegisterReposRoutes(auth *gin.RouterGroup, broker *usvc.UsvcBroker)
- func RegisterSystemRoutes(auth *gin.RouterGroup)
- func RegisterUserRoutes(auth *gin.RouterGroup)
- func UpdateDns(c *gin.Context)
- func UpdateHttp(c *gin.Context)
- func UpdateLog(c *gin.Context)
- func UpdateRepo(c *gin.Context)
- func UpdateUser(c *gin.Context)
- type SystemInformation
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ApproveRepo ¶
func DeleteAllDns ¶
func DeleteAllHttp ¶
func DeleteAllLogs ¶
func DeleteAllRepos ¶
func DeleteHttp ¶
func DeleteRepo ¶
func DeleteUser ¶
func GetAllCertificates ¶
func GetAllHttp ¶
func GetAllJobs ¶
func GetAllLogs ¶
func GetAllRepo ¶
func GetAllUsers ¶
func GetCertByID ¶
func GetCertBySerial ¶
func GetCurrentUser ¶
func GetDnsByField ¶
func GetDnsByID ¶
func GetDownloadRepo ¶
func GetHttpByField ¶
func GetHttpByID ¶
func GetJobById ¶
func GetLogByField ¶
func GetLogByID ¶
func GetRepoByField ¶
func GetRepoByID ¶
func GetSysInfo ¶
func GetUserByField ¶
func GetUserByID ¶
func RegisterAuthRoutes ¶
func RegisterAuthRoutes(r *gin.Engine, authMiddleware *jwt.GinJWTMiddleware)
func RegisterDnsRoutes ¶
func RegisterDnsRoutes(auth *gin.RouterGroup, broker *usvc.UsvcBroker)
func RegisterHttpRoutes ¶
func RegisterHttpRoutes(auth *gin.RouterGroup, broker *usvc.UsvcBroker)
func RegisterJobsRoutes ¶
func RegisterJobsRoutes(auth *gin.RouterGroup, broker *usvc.UsvcBroker)
func RegisterLogRoutes ¶
func RegisterLogRoutes(auth *gin.RouterGroup)
func RegisterMiscRoutes ¶
func RegisterPKIRoutes ¶
func RegisterPKIRoutes(auth *gin.RouterGroup)
func RegisterReposRoutes ¶
func RegisterReposRoutes(auth *gin.RouterGroup, broker *usvc.UsvcBroker)
func RegisterSystemRoutes ¶
func RegisterSystemRoutes(auth *gin.RouterGroup)
func RegisterUserRoutes ¶
func RegisterUserRoutes(auth *gin.RouterGroup)
func UpdateHttp ¶
func UpdateRepo ¶
func UpdateUser ¶
Types ¶
type SystemInformation ¶
type SystemInformation struct { GitVersion string `json:"gitversion"` GitCommit string `json:"gitcommit"` }
var SysInfo SystemInformation
Click to show internal directories.
Click to hide internal directories.