Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FastEngine ¶
FastEngine capable of deserialising a fast encoded message from the given byte buffer. This is not thread safe, and should only be called from a single threaded context, due to the fast engine making use of a dictionary of previous values
func New ¶
func New(templateStore store.Store, logger *log.Logger) FastEngine
New instance of a FAST engine, that can serialise/deserialise FAST messages using the template store provided
func NewFromTemplateFile ¶
func NewFromTemplateFile(templateFile string, logger *log.Logger) (FastEngine, error)
NewFromTemplateFile of a FAST engine, that can serialise/deserialise FAST messages using the template file provided. This file should be xml, if we are unable to find the file or parse it, an error is returned
Click to show internal directories.
Click to hide internal directories.