You've already forked golang-saas-starter-kit
mirror of
https://github.com/raseels-repos/golang-saas-starter-kit.git
synced 2025-06-15 00:15:15 +02:00
10 lines
353 B
Go
10 lines
353 B
Go
/*
|
|
Package model contains the Zipkin V2 model which is used by the Zipkin Go
|
|
tracer implementation.
|
|
|
|
Third party instrumentation libraries can use the model and transport packages
|
|
found in this Zipkin Go library to directly interface with the Zipkin Server or
|
|
Zipkin Collectors without the need to use the tracer implementation itself.
|
|
*/
|
|
package model
|