Documentation ¶
Index ¶
- type Config
- type Gelf
- func (g *Gelf) Compress(b []byte) bytes.Buffer
- func (g *Gelf) CreateChunkedMessage(index int, chunkCountInt int, id []byte, compressed *bytes.Buffer) bytes.Buffer
- func (g *Gelf) GetChunksize() int
- func (g *Gelf) IntToBytes(i int) []byte
- func (g *Gelf) Send(b []byte) (n int, err error)
- func (g *Gelf) Write(message []byte) (n int, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Gelf ¶
type Gelf struct {
Config
}
func (*Gelf) CreateChunkedMessage ¶
func (*Gelf) GetChunksize ¶
func (*Gelf) IntToBytes ¶
Click to show internal directories.
Click to hide internal directories.