trace 1
This commit is contained in:
12
debug/trace/options.go
Normal file
12
debug/trace/options.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package trace
|
||||
|
||||
type Options struct{}
|
||||
|
||||
type Option func(o *Options)
|
||||
|
||||
type ReadOptions struct {
|
||||
// Trace id
|
||||
Trace string
|
||||
}
|
||||
|
||||
type ReadOption func(o *ReadOptions)
|
Reference in New Issue
Block a user