Documentation ¶
Index ¶
- func Copy(dst io.Writer, src io.Reader) (written int64, err error)
- func SnsiLogger(path string, interval int)
- type CompStream
- func (c *CompStream) Close() error
- func (c *CompStream) LocalAddr() net.Addr
- func (c *CompStream) Read(p []byte) (n int, err error)
- func (c *CompStream) RemoteAddr() net.Addr
- func (c *CompStream) SetDeadline(t time.Time) error
- func (c *CompStream) SetReadDeadline(t time.Time) error
- func (c *CompStream) SetWriteDeadline(t time.Time) error
- func (c *CompStream) Write(p []byte) (n int, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CompStream ¶
type CompStream struct {
// contains filtered or unexported fields
}
CompStream ...
func (*CompStream) SetDeadline ¶
func (c *CompStream) SetDeadline(t time.Time) error
SetDeadline ...
func (*CompStream) SetReadDeadline ¶
func (c *CompStream) SetReadDeadline(t time.Time) error
SetReadDeadline ...
func (*CompStream) SetWriteDeadline ¶
func (c *CompStream) SetWriteDeadline(t time.Time) error
SetWriteDeadline ...
Click to show internal directories.
Click to hide internal directories.