feat (postal-code): add crud for postal-code
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package postalcode
|
||||
|
||||
// example of middleware
|
||||
// func init() {
|
||||
// createPreMw = append(createPreMw,
|
||||
// CreateMw{Name: "modif-input", Func: pm.ModifInput},
|
||||
// CreateMw{Name: "check-data", Func: pm.CheckData},
|
||||
// )
|
||||
// }
|
||||
Reference in New Issue
Block a user