package preview type Controller struct { } func NewController() *Controller { return &Controller{} }