package notify type streamBatchCodec struct { encodeSingle func(streamFastDataFrame) ([]byte, error) encodeBatch func([]streamFastDataFrame) ([]byte, error) }