Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Render ¶
type Render struct {
Renderer string
RootPath string
Secure bool
Port string
ServerName string
JetViews *jet.Set
Session *scs.SessionManager
}
func (*Render) GoPage ¶
func (c *Render) GoPage(w http.ResponseWriter, r *http.Request, view string, data interface{}) error
GoPage renders a standard Go template
Click to show internal directories.
Click to hide internal directories.