package
Version:
v0.0.0-...-361c87b
Opens a new window with list of versions in this module.
Published: Jan 4, 2017
License: Apache-2.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
T contains the set of cached templates for use.
Delete removes the customer from the database.
Save stores a customer document in the database.
Update updates the customer in the database.
type Customer struct {
ID int
Name string `form:"name"`
}
Customer represents a customer document we
store in our database.
All returns the full database of customers.
Find locates a customer by id in the database.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.