Documentation ¶
Index ¶
- func ToMap(input interface{}) map[string]interface{}
- type Console
- func (c *Console) Msg(lines ...string)
- func (c *Console) Must(v interface{}, err error) interface{}
- func (c *Console) Render(items [][]string, header bool)
- func (c *Console) RenderError(err error, fatal bool)
- func (c *Console) RenderHeader(line string)
- func (c *Console) RenderSuccess(line string)
- func (c *Console) RenderWarning(line string, fatal bool)
- type Driver
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Console ¶
type Console struct { }
func (*Console) RenderError ¶
func (*Console) RenderHeader ¶
func (*Console) RenderSuccess ¶
func (*Console) RenderWarning ¶
Click to show internal directories.
Click to hide internal directories.