Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetInterfaceIPv4 ¶
func GetLoopbackInterface ¶
Types ¶
type BufferPool ¶
type BufferPool struct {
// contains filtered or unexported fields
}
func NewBufferPool ¶
func NewBufferPool() *BufferPool
func (*BufferPool) Get ¶
func (p *BufferPool) Get() interface{}
func (*BufferPool) GetBuffer ¶
func (p *BufferPool) GetBuffer() *bytes.Buffer
func (*BufferPool) Put ¶
func (p *BufferPool) Put(buf interface{})
func (*BufferPool) PutBuffer ¶
func (p *BufferPool) PutBuffer(buf *bytes.Buffer)
type Copier ¶
type Copier struct {
// contains filtered or unexported fields
}
func (*Copier) SetBlockSize ¶
Click to show internal directories.
Click to hide internal directories.