ocaml-opentelemetry/src/status_pb.mli
2022-05-03 13:52:20 -04:00

13 lines
365 B
OCaml

(** status.proto Binary Encoding *)
(** {2 Protobuf Encoding} *)
val encode_status : Status_types.status -> Pbrt.Encoder.t -> unit
(** [encode_status v encoder] encodes [v] with the given [encoder] *)
(** {2 Protobuf Decoding} *)
val decode_status : Pbrt.Decoder.t -> Status_types.status
(** [decode_status decoder] decodes a [status] value from [decoder] *)