Documentation ¶
Overview ¶
Package runtime implements the runtime package for the agents.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RuntimeContext ¶
type RuntimeContext interface { // GetLogger returns the logger. GetLogger() *zap.Logger // GetParentLoggerMessage returns the parent logger message. GetParentLoggerMessage() string // GetContext returns the context. GetContext() context.Context }
RuntimeContext is the interface for the runtime context.
Click to show internal directories.
Click to hide internal directories.