Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type File ¶
type File struct {
// contains filtered or unexported fields
}
func (*File) FileMultiPart ¶
func (f *File) FileMultiPart(w http.ResponseWriter, r *http.Request)
func (*File) FileUpload ¶
func (f *File) FileUpload(w http.ResponseWriter, r *http.Request)
func (*File) InvalidURI ¶
func (f *File) InvalidURI(url string, w http.ResponseWriter)
type GzipResponseWriter ¶
type GzipResponseWriter struct {
// contains filtered or unexported fields
}
func NewGzipResponseWriter ¶
func NewGzipResponseWriter(rw http.ResponseWriter) *GzipResponseWriter
func (*GzipResponseWriter) Flush ¶
func (grw *GzipResponseWriter) Flush()
func (*GzipResponseWriter) Header ¶
func (grw *GzipResponseWriter) Header() http.Header
func (*GzipResponseWriter) WriteHeader ¶
func (grw *GzipResponseWriter) WriteHeader(statusCode int)
type ProductKey ¶
type ProductKey struct{}
type Products ¶
type Products struct {
// contains filtered or unexported fields
}
func NewProducts ¶
func (*Products) AddProduct ¶
func (p *Products) AddProduct(w http.ResponseWriter, r *http.Request)
func (*Products) GetProduct ¶
func (p *Products) GetProduct(w http.ResponseWriter, r *http.Request)
func (*Products) UpdateProduct ¶
func (p *Products) UpdateProduct(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.