Documentation ¶
Overview ¶
Package modeler implements periodic statistical calculations.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
Controller is a controller for the modeler service.
func New ¶
func New(ctx context.Context, config *config.Modeler, db *database.Database, limiter limiter.Store, h *render.Renderer) *Controller
New creates a new modeler controller.
func (*Controller) HandleModel ¶
func (c *Controller) HandleModel() http.Handler
HandleModel accepts an HTTP trigger and re-generates the models.
Click to show internal directories.
Click to hide internal directories.