Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DesignStatsControllerImpl ¶
type DesignStatsControllerImpl struct { htmx.DefaultController // contains filtered or unexported fields }
DesignStatsControllerImpl ...
func NewDesignStatsController ¶
func NewDesignStatsController(store seed.Database[ports.ReadTx, ports.ReadWriteTx]) *DesignStatsControllerImpl
NewDesignStatsController ...
type ProfileStatsControllerImpl ¶
type ProfileStatsControllerImpl struct { htmx.DefaultController // contains filtered or unexported fields }
ProfileStatsControllerImpl ...
func NewProfileStatsController ¶
func NewProfileStatsController(store seed.Database[ports.ReadTx, ports.ReadWriteTx]) *ProfileStatsControllerImpl
NewProfileStatsController ...
type WorkloadStatsControllerImpl ¶
type WorkloadStatsControllerImpl struct { htmx.DefaultController // contains filtered or unexported fields }
WorkloadStatsControllerImpl ...
func NewWorkloadStatsController ¶
func NewWorkloadStatsController(store seed.Database[ports.ReadTx, ports.ReadWriteTx]) *WorkloadStatsControllerImpl
NewWorkloadStatsController ...
Click to show internal directories.
Click to hide internal directories.