Versions in this module Expand all Collapse all v1 v1.0.1 Dec 25, 2019 Changes in this version + type ChartsTransport struct + Charts *cartoon.Charts + Template Interface + func NewChartsTransport() *ChartsTransport + func (C ChartsTransport) Execute(w http.ResponseWriter, r *http.Request, v interface{}) + func (C ChartsTransport) Read(name string) ([]byte, error) + type Interface interface + Execute func(w http.ResponseWriter, r *http.Request, v interface{}) + Read func(name string) ([]byte, error) + type Template struct + Path string + func (T Template) Execute(w http.ResponseWriter, r *http.Request, v interface{}) + func (T Template) Read(name string) ([]byte, error)