Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GoogleProfilerRunner ¶
func (*GoogleProfilerRunner) Start ¶
func (r *GoogleProfilerRunner) Start(cfg ProfilerCfg) error
type Module ¶
type Module[CM any] struct { Log *slog.Logger Runner ProfilerRunner CfgAccessor func(CM) *ModuleCfg DefaultAndValidateConfigurationCallback func(CM) error }
func (*Module[CM]) DefaultAndValidateConfiguration ¶
type ModuleCfg ¶
type ModuleCfg struct {
ProfilerCfg ProfilerCfg
}
type ProfilerCfg ¶
type ProfilerRunner ¶
type ProfilerRunner interface {
Start(cfg ProfilerCfg) error
}
Click to show internal directories.
Click to hide internal directories.