Versions in this module Expand all Collapse all v1 v1.6.2 Apr 8, 2019 v1.6.1 Apr 8, 2019 v1.6.0 Apr 8, 2019 v1.5.13 Dec 20, 2018 v1.5.12 Dec 20, 2018 v1.5.11 Dec 4, 2018 v1.5.10 Nov 26, 2018 v1.5.9 Oct 26, 2018 v1.5.8 Oct 26, 2018 v1.5.7 Sep 21, 2018 v1.5.6 Sep 12, 2018 v1.5.5 Sep 7, 2018 Changes in this version + type AnnotationV1 struct + Endpoint *Endpoint + Timestamp int64 + Value string + type BinaryAnnotationV1 struct + Endpoint *Endpoint + Key string + Value interface{} + type Endpoint struct + Ipv4 net.IP + Ipv6 net.IP + Port uint16 + ServiceName string + type Id int64 + func (id *Id) MarshalJSON() ([]byte, error) + func (id *Id) UnmarshalJSON(bytes []byte) error + type SpanV1 struct + Annotations []AnnotationV1 + BinaryAnnotations []BinaryAnnotationV1 + Debug bool + Duration *int64 + ID Id + Name string + ParentID *Id + Timestamp *int64 + TraceID Id + func FromSpan(span *zipkincore.Span) SpanV1 + func (span *SpanV1) ToZipkincoreSpan() *zipkincore.Span + type SpanV2 struct + Duration int64 + Endpoint *Endpoint + ID Id + Kind string + Name string + ParentID *Id + Tags map[string]string + Timestamp int64 + TraceID Id + func (span *SpanV2) ToZipkincoreSpan() *zipkincore.Span + type ZipkincoreSpaner interface + ToZipkincoreSpan func() *zipkincore.Span