Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CopyAndClose ¶
func CopyAndClose(dst, src HalfCloser) error
func NewLogger ¶
func NewLogger(name string) *zap.SugaredLogger
Types ¶
type HalfCloser ¶
type HalfCloser interface {
io.ReadWriteCloser
CloseWrite() error
CloseRead() error
}
Click to show internal directories.
Click to hide internal directories.