Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DbFlag map[string]bool
Functions ¶
Types ¶
type CliResponseWriter ¶
type CliResponseWriter struct {
// contains filtered or unexported fields
}
func NewCliResonseWriter ¶
func NewCliResonseWriter() *CliResponseWriter
func (*CliResponseWriter) DumpWhere ¶
func (cli *CliResponseWriter) DumpWhere()
func (*CliResponseWriter) Header ¶
func (cli *CliResponseWriter) Header() (hdr http.Header)
func (*CliResponseWriter) Write ¶
func (cli *CliResponseWriter) Write(p []byte) (n int, err error)
type Writer interface {
Write(p []byte) (n int, err error)
}
func (*CliResponseWriter) WriteHeader ¶
func (cli *CliResponseWriter) WriteHeader(status int)
Click to show internal directories.
Click to hide internal directories.