Tapper v0.6.2 Tapper.Protocol.BinaryAnnotation View Source

Binary annotation with type, key, value, and endpoint.

Link to this section Summary

Link to this section Types

Specs

t() :: %Tapper.Protocol.BinaryAnnotation{
  annotation_type: atom(),
  host: Tapper.Protocol.Endpoint.t(),
  key: String.t() | atom(),
  value: term()
}