You've already forked golang-saas-starter-kit
mirror of
https://github.com/raseels-repos/golang-saas-starter-kit.git
synced 2025-06-17 00:17:59 +02:00
Imported github.com/ardanlabs/service as base example project
This commit is contained in:
9
example-project/vendor/github.com/openzipkin/zipkin-go/model/doc.go
generated
vendored
Normal file
9
example-project/vendor/github.com/openzipkin/zipkin-go/model/doc.go
generated
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
/*
|
||||
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
|
Reference in New Issue
Block a user