Documentation ¶
Index ¶
- Constants
- type Server
- func (s Server) Handle(w http.ResponseWriter, req *http.Request)
- func (s Server) HandleEnvironmentGroups(w http.ResponseWriter, req *http.Request, tail string)
- func (s Server) HandleEnvironments(w http.ResponseWriter, req *http.Request, tail string)
- func (s Server) HandleRelease(w http.ResponseWriter, r *http.Request, tail string)
Constants ¶
View Source
const (
MAXIMUM_MULTIPART_SIZE = 12 * 1024 * 1024 // = 12Mi
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct { BatchClient api.BatchServiceClient RolloutClient api.RolloutServiceClient Config config.ServerConfig KeyRing openpgp.KeyRing AzureAuth bool }
func (Server) HandleEnvironmentGroups ¶
func (Server) HandleEnvironments ¶
func (Server) HandleRelease ¶
Click to show internal directories.
Click to hide internal directories.