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