Documentation ¶
Overview ¶
Views generates a user interface for the user. Views are created by the data which is collected by the model component but these data aren’t taken directly but through the controller (action). It only interacts with the controller(action).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Template ¶
type Template struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.