Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReadRequest ¶
func ReadRequest(r io.Reader) (*plugin.PluginRequestT, error)
ReadRequest reads a request from the provided io.Reader.
func ReadResponse ¶
func ReadResponse(r io.Reader) (*plugin.PluginResponseT, error)
ReadResponse reads a response from the provided io.Reader.
func WriteRequest ¶
func WriteRequest(w io.Writer, req *plugin.PluginRequestT) error
WriteRequest writes the given request to an io.Writer.
func WriteResponse ¶
func WriteResponse(w io.Writer, resp *plugin.PluginResponseT) error
WriteResponse writes the given request to an io.Writer.
Types ¶
type Packer ¶
type Packer interface {
Pack(builder *flatbuffers.Builder) flatbuffers.UOffsetT
}
Click to show internal directories.
Click to hide internal directories.