Tapper v0.6.0 Tapper.Protocol.BinaryAnnotation View Source

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

Link to this section Summary

Link to this section Types

Link to this type

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