Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
Controller is a struct designed to encapsulate payload data.
func NewUIController ¶
func NewUIController() *Controller
NewUIController is a func that returns a *Controller struct
func (*Controller) GetStore ¶
func (c *Controller) GetStore() *Payload
GetStore is a func that returns a *Payload struct
func (*Controller) Render ¶
func (c *Controller) Render(cmd *cobra.Command, args []string) error
Render is a func that open Url
func (*Controller) Run ¶
func (c *Controller) Run(cmd *cobra.Command, args []string) (pkg.Renderable, error)
Run is a fun that executes Open func and return an interface
Click to show internal directories.
Click to hide internal directories.