package
Version:
v0.0.0-...-b72ebd3
Opens a new window with list of versions in this module.
Published: May 3, 2020
License: Apache-2.0, Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package trace implements an ad-hoc tracing system
type Frame interface {
Refine(sub ...string) Frame
Bind(interface{})
Println(v ...interface{})
Print(v ...interface{})
Printf(format string, v ...interface{})
String() string
Chain() []string
}
Frame …
type Framed interface {
Frame() Frame
}
Framed is an object that has a Frame
Source Files
¶
Click to show internal directories.
Click to hide internal directories.