Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloseableByteBuffer ¶
CloseableByteBuffer it's a bytes.Buffer that implements io.Closer
func CreateCloseableBufferString ¶
func CreateCloseableBufferString(data string) *CloseableByteBuffer
CreateCloseableBufferString creates a CloseableByteBuffer from a string
func (*CloseableByteBuffer) Close ¶
func (bb *CloseableByteBuffer) Close() error
Close is a no-op for a string io.Buffer
Click to show internal directories.
Click to hide internal directories.