Documentation ¶
Index ¶
- type Config
- type InstanceHandler
- func (ih *InstanceHandler) HandleDelete(instanceID string, w http.ResponseWriter, req *http.Request)
- func (ih *InstanceHandler) HandleFunc(w http.ResponseWriter, req *http.Request)
- func (ih *InstanceHandler) HandleGet(instanceID string, w http.ResponseWriter, req *http.Request)
- func (ih *InstanceHandler) HandlePut(instanceID string, w http.ResponseWriter, req *http.Request)
- type Listener
- type SettingsResponse
- type TLSConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type InstanceHandler ¶
type InstanceHandler struct {
// contains filtered or unexported fields
}
func NewInstanceHandler ¶
func (*InstanceHandler) HandleDelete ¶
func (ih *InstanceHandler) HandleDelete(instanceID string, w http.ResponseWriter, req *http.Request)
func (*InstanceHandler) HandleFunc ¶
func (ih *InstanceHandler) HandleFunc(w http.ResponseWriter, req *http.Request)
func (*InstanceHandler) HandleGet ¶
func (ih *InstanceHandler) HandleGet(instanceID string, w http.ResponseWriter, req *http.Request)
func (*InstanceHandler) HandlePut ¶
func (ih *InstanceHandler) HandlePut(instanceID string, w http.ResponseWriter, req *http.Request)
type Listener ¶
type Listener struct {
// contains filtered or unexported fields
}
func NewListener ¶
func NewListener( config Config, handler *InstanceHandler, logger boshlog.Logger, ) Listener
func (*Listener) ListenAndServe ¶
type SettingsResponse ¶
Click to show internal directories.
Click to hide internal directories.