Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SandboxProxy ¶
type SandboxProxy struct { SandboxManager interface { GetForAppspace(*domain.AppVersion, *domain.Appspace) (domain.SandboxI, chan struct{}) } `checkinject:"required"` }
SandboxProxy holds other structs for the proxy
func (*SandboxProxy) ServeHTTP ¶
func (s *SandboxProxy) ServeHTTP(oRes http.ResponseWriter, oReq *http.Request)
ServeHTTP forwards the request to a sandbox Could still see splitting this function in two.
Click to show internal directories.
Click to hide internal directories.