mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-09 12:23:32 -04:00
13 lines
365 B
OCaml
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] *)
|