# Packages
Package types contains most of the objects that the API reads or writes.
# Functions
New initializes the Gin rest api and returns a handler.
StartupCheck godoc @Summary Kubernetes startup probe endpoint @Description Will return a 200 as long as the API is up @Produce plain @Success 200 {object} types.SimpleRes @Router /health/startup [get].