Documentation ¶
Index ¶
- Variables
- func AuthAPI(next echo.HandlerFunc) echo.HandlerFunc
- func AuthWeb(next echo.HandlerFunc) echo.HandlerFunc
- func DeleteService(c echo.Context) error
- func DeleteSession(c echo.Context) error
- func GetAce(c echo.Context) error
- func GetAnnotation(c echo.Context) error
- func GetBuildbot(c echo.Context) error
- func GetCiteService(c echo.Context) error
- func GetConfig(c echo.Context) error
- func GetDeployLog(c echo.Context) error
- func GetDocker(c echo.Context) error
- func GetDockerTags(c echo.Context) error
- func GetEnvironment(c echo.Context) error
- func GetError(c echo.Context) error
- func GetFormSubmit(c echo.Context) error
- func GetGarbageCollection(c echo.Context) error
- func GetGitHubCommits(c echo.Context) error
- func GetGitHubDeployments(c echo.Context) error
- func GetGithub(c echo.Context) error
- func GetGithubBranches(c echo.Context) error
- func GetGithubCallback(c echo.Context) error
- func GetGithubCommit(c echo.Context) error
- func GetGithubHook(c echo.Context) error
- func GetGithubHookPatch(c echo.Context) error
- func GetGithubRepos(c echo.Context) error
- func GetGoroutinePanic(c echo.Context) error
- func GetIndex(c echo.Context) error
- func GetKubernetesService(c echo.Context) error
- func GetLogging(c echo.Context) error
- func GetLogin(c echo.Context) error
- func GetLogout(c echo.Context) error
- func GetMetadata(c echo.Context) error
- func GetNamespace(c echo.Context) error
- func GetNamespaces(c echo.Context) error
- func GetNewService(c echo.Context) error
- func GetNormalize(c echo.Context) error
- func GetNotifier(c echo.Context) error
- func GetPanic(c echo.Context) error
- func GetProfileSettings(c echo.Context) error
- func GetRoute(c echo.Context) error
- func GetRouteA(c echo.Context) error
- func GetRouteAB(c echo.Context) error
- func GetRouteABC(c echo.Context) error
- func GetService(c echo.Context) error
- func GetServiceSettings(c echo.Context) error
- func GetSession(c echo.Context) error
- func GetSet(c echo.Context) error
- func GetSlackOAuthToken(c echo.Context) error
- func GetSlackSend(c echo.Context) error
- func GetSystemNotifier(c echo.Context) error
- func GetWatchcenterGroupID(c echo.Context) error
- func PostBuild(c echo.Context) error
- func PostBuildbot(c echo.Context) error
- func PostDeploy(c echo.Context) error
- func PostFormSubmit(c echo.Context) error
- func PostGithubCallback(c echo.Context) error
- func PostGithubCollaborator(c echo.Context) error
- func PostGithubHook(c echo.Context) error
- func PostGithubHookProxy(c echo.Context) error
- func PostKibana(c echo.Context) error
- func PostNewService(c echo.Context) error
- func PostServiceSettings(c echo.Context) error
- func PostSession(c echo.Context) error
- func PutActivate(c echo.Context) error
- func PutScale(c echo.Context) error
- type AceRenderer
- type ServiceAnnotation
- type SortGithubDeploymentStatusesByCreatedAt
Constants ¶
This section is empty.
Variables ¶
View Source
var (
GMT, _ = time.LoadLocation("GMT")
)
Functions ¶
func AuthAPI ¶
func AuthAPI(next echo.HandlerFunc) echo.HandlerFunc
func AuthWeb ¶
func AuthWeb(next echo.HandlerFunc) echo.HandlerFunc
func DeleteService ¶
func DeleteSession ¶
func GetAnnotation ¶
func GetBuildbot ¶
func GetCiteService ¶
func GetDeployLog ¶
func GetDockerTags ¶
func GetEnvironment ¶
func GetFormSubmit ¶
func GetGarbageCollection ¶
func GetGitHubCommits ¶
func GetGitHubDeployments ¶
func GetGithubBranches ¶
func GetGithubCallback ¶
func GetGithubCommit ¶
func GetGithubHook ¶
func GetGithubHookPatch ¶
func GetGithubRepos ¶
func GetGoroutinePanic ¶
func GetKubernetesService ¶
func GetLogging ¶
func GetMetadata ¶
func GetNamespace ¶
func GetNamespaces ¶
func GetNewService ¶
func GetNormalize ¶
func GetNotifier ¶
func GetProfileSettings ¶
func GetRouteAB ¶
func GetRouteABC ¶
func GetService ¶
func GetServiceSettings ¶
func GetSession ¶
func GetSlackOAuthToken ¶
func GetSlackSend ¶
func GetSystemNotifier ¶
func GetWatchcenterGroupID ¶
func PostBuildbot ¶
func PostDeploy ¶
func PostFormSubmit ¶
func PostGithubCallback ¶
func PostGithubCollaborator ¶
func PostGithubHook ¶
func PostGithubHookProxy ¶
func PostKibana ¶
func PostNewService ¶
func PostServiceSettings ¶
func PostSession ¶
func PutActivate ¶
Types ¶
type AceRenderer ¶
type AceRenderer struct{}
type ServiceAnnotation ¶
type ServiceAnnotation struct {
Domain string `json:"domain,omitempty"`
}
type SortGithubDeploymentStatusesByCreatedAt ¶
type SortGithubDeploymentStatusesByCreatedAt []githubClient.DeploymentStatus
func (SortGithubDeploymentStatusesByCreatedAt) Len ¶
func (c SortGithubDeploymentStatusesByCreatedAt) Len() int
func (SortGithubDeploymentStatusesByCreatedAt) Less ¶
func (c SortGithubDeploymentStatusesByCreatedAt) Less(i, j int) bool
func (SortGithubDeploymentStatusesByCreatedAt) Swap ¶
func (c SortGithubDeploymentStatusesByCreatedAt) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.