Documentation
¶
Overview ¶
internal outrig package (used to get around circular references for internal outrig SDK calls)
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OutrigInterface ¶
type OutrigInterface interface {
SetGoRoutineNameAndTags(name string, tags ...string)
Log(str string)
Logf(format string, args ...any)
}
var I OutrigInterface = noopOutrigInterface{}
Click to show internal directories.
Click to hide internal directories.