Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DotController ¶
type DotController struct{}
DotController - Controller structure for all DOT functions
func (*DotController) Render ¶
func (dot *DotController) Render(res http.ResponseWriter, params martini.Params)
Render - Method for rendering DOT from base64 to image
type DotVizController ¶
type DotVizController struct{}
DotVizController - Controller structure for all DotViz pages
func (*DotVizController) New ¶
func (dotviz *DotVizController) New(r render.Render, req *http.Request, res http.ResponseWriter)
New - Method for convertation POST DOT plaintext into base64 and Redirect for rendering
Click to show internal directories.
Click to hide internal directories.