Documentation ¶
Overview ¶
Package gzipproxy is a package that provides a gzip proxy for the app.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Gzip ¶
type Gzip interface {
NewReader(r ioproxy.ReaderInstanceInterface) (ReaderInstanceInterface, error)
}
Gzip is an interface for gzip.
type GzipProxy ¶
type GzipProxy struct{}
GzipProxy is a struct that implements Gzip.
func (*GzipProxy) NewReader ¶
func (*GzipProxy) NewReader(r ioproxy.ReaderInstanceInterface) (ReaderInstanceInterface, error)
NewReader is a proxy for gzip.NewReader.
type ReaderInstance ¶
ReaderInstance is a struct that implements ReaderInstanceInterface.
type ReaderInstanceInterface ¶
type ReaderInstanceInterface interface {
ioproxy.ReaderInstanceInterface
Close() error
}
ReaderInstanceInterface is an interface for gzip.Reader.
Click to show internal directories.
Click to hide internal directories.