 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoggingResponseWriter ¶
type LoggingResponseWriter struct {
	http.ResponseWriter
	// contains filtered or unexported fields
}
    func NewLoggingResponseWriter ¶
func NewLoggingResponseWriter(w http.ResponseWriter) *LoggingResponseWriter
func (*LoggingResponseWriter) WriteHeader ¶
func (w *LoggingResponseWriter) WriteHeader(code int)
       Source Files
      ¶
      Source Files
      ¶
    
- configure_vic_machine.go
       Directories
      ¶
      Directories
      ¶
    
    | Path | Synopsis | 
|---|---|
| 
          
            client
            
            
          
           Package client enables handler code to easily and consistently validate and dispatch calls to lib/install. | Package client enables handler code to easily and consistently validate and dispatch calls to lib/install. | 
| 
          
            decode
            
            
          
           Package decode converts model objects used by the API into objects used by the management package. | Package decode converts model objects used by the API into objects used by the management package. | 
| 
          
            encode
            
            
          
           Package encode converts objects used by the management package into model objects used by the API. | Package encode converts objects used by the management package into model objects used by the API. | 
| 
          
            errors
            
            
          
           Package errors provides constructors and wrappers for http-aware errors. | Package errors provides constructors and wrappers for http-aware errors. | 
| 
          
            logging
            
            
          
           Package logging encapsulates logging functionality used by API handlers. | Package logging encapsulates logging functionality used by API handlers. | 
| 
          
            target
            
            
          
           Package target encapsulates the logic for translating the raw input about the intended target of an API operation (vSphere endpoint, thumbprint, datacenter, compute resource, VCH ID) into structs handlers can use. | Package target encapsulates the logic for translating the raw input about the intended target of an API operation (vSphere endpoint, thumbprint, datacenter, compute resource, VCH ID) into structs handlers can use. | 
 Click to show internal directories. 
   Click to hide internal directories.