grpc.types.struct
Modules
Module grpc.types.struct
This module provides APIs to represent google.protobuf.Struct type as a stream.
google.protobuf.Struct
Represents a stream of structs.
Initialize the stream.
init (stream<anydata, Error?> anydataStream)
function next() returns record {| value map<anydata> |}|Error?
Retrieve the next value of the stream.
function close() returns Error?
Close the stream.
Other versions
1.6.1