Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetClusterDashName ¶
Convert cluster shortName into standard name format Ex. cluster01produseast1 becomes cluster01-prod-useast1
func RateLimiter ¶ added in v1.0.0
RateLimiter returns a middleware.RateLimiterWithConfig
Types ¶
type StatusSessions ¶
type StatusSessions struct {
	Consumer  sqs.Consumer
	Db        database.Db
	AppConfig *config.AppConfig
	Metrics   monitoring.MetricsI
}
    StatusSessions is used to keep the same objects and state for the database and sqs that are used for the rest of the calls inside the project
func (*StatusSessions) Readyz ¶
func (s *StatusSessions) Readyz(c echo.Context) error
Readyz checks if the services that the apiserver uses are healthy
      
      Source Files
      ¶
    
   Click to show internal directories. 
   Click to hide internal directories.