Documentation
¶
Index ¶
- func New(provider *msg.Provider, bytes *buffer.Bytes) msg.Message
- type Message
- func (m *Message) Begin()
- func (m *Message) CompareAndSwap() bool
- func (m *Message) End()
- func (m *Message) Free()
- func (m *Message) GetByteBuffer() *buffer.Bytes
- func (m *Message) Put(bs []byte)
- func (m *Message) PutB64EncodedBytes(key string, bytes []byte)
- func (m *Message) PutBool(key string, value bool)
- func (m *Message) PutBools(key string, values []bool)
- func (m *Message) PutByte(b byte)
- func (m *Message) PutFloat(key string, value float64)
- func (m *Message) PutFloats(key string, values []float64)
- func (m *Message) PutInt(key string, value int)
- func (m *Message) PutInts(key string, values []int)
- func (m *Message) PutNonEmptyString(key, value string)
- func (m *Message) PutObject(key string, object io.Encoder)
- func (m *Message) PutObjects(key string, objects []io.Encoder)
- func (m *Message) PutString(key, value string)
- func (m *Message) PutStrings(key string, values []string)
- func (m *Message) PutUInts(key string, values []uint64)
- func (m *Message) SetBorrowed()
- func (m *Message) SetSliceDelimiter(delimiter string)
- func (m *Message) UseQuotes(quote bool)
- func (m *Message) WriteTo(w iow.Writer) (int64, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Message ¶
type Message struct {
// contains filtered or unexported fields
}
CsvMessage represents transaction CsvMessage
func (*Message) CompareAndSwap ¶
func (*Message) GetByteBuffer ¶
func (*Message) PutB64EncodedBytes ¶
PutB64EncodedBytes puts ky and bas64 encoded values
func (*Message) PutNonEmptyString ¶
PutNonEmptyString put key and non empty value
func (*Message) PutObjects ¶
PutObjects put objects
func (*Message) PutStrings ¶
PutStrings put key and string slice
func (*Message) SetBorrowed ¶
func (m *Message) SetBorrowed()
func (*Message) SetSliceDelimiter ¶
SetDelimiter sets delimiter for csv slice
Click to show internal directories.
Click to hide internal directories.