Tapper v0.6.0 Tapper.Protocol.Annotation View Source

Annotation, with endpoint and timestamp.

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %Tapper.Protocol.Annotation{
  host: Tapper.Protocol.Endpoint.t(),
  timestamp: Tapper.Protocol.timestamp(),
  value: String.t() | atom()
}