Documentation ¶
Index ¶
- func AttachIndexHandler(m *http.ServeMux, a authgo.Authenticator, ts *template.Template)
- func AttachProductHandler(m *http.ServeMux, a authgo.Authenticator, p model.ProductManager, ...)
- func AttachProductsHandler(m *http.ServeMux, a authgo.Authenticator, p model.ProductManager, ...)
- func Index(a authgo.Authenticator, ts *template.Template) http.Handler
- func Product(a authgo.Authenticator, p model.ProductManager, ts *template.Template) http.Handler
- func Products(a authgo.Authenticator, p model.ProductManager, ts *template.Template) http.Handler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AttachIndexHandler ¶
func AttachProductHandler ¶
func AttachProductHandler(m *http.ServeMux, a authgo.Authenticator, p model.ProductManager, ts *template.Template)
func AttachProductsHandler ¶
func AttachProductsHandler(m *http.ServeMux, a authgo.Authenticator, p model.ProductManager, ts *template.Template)
func Product ¶
func Product(a authgo.Authenticator, p model.ProductManager, ts *template.Template) http.Handler
func Products ¶
func Products(a authgo.Authenticator, p model.ProductManager, ts *template.Template) http.Handler
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.