Documentation ¶ Index ¶ Constants func Build(obj *object.WebObject) error func BuildPrimaryPath(obj *object.WebObject, prefix string) string func RegisterObject(obj *object.WebObject, r fiber.Router) error func RegisterObjects(r fiber.Router, objs []object.WebObject) Constants ¶ View Source const ( KeyPageDB = "entity.gorm.db" KeyPageNoCheckRouter = "entity.router.nocheck" KeyPageCheckRouter = "entity.router.check" ) Variables ¶ This section is empty. Functions ¶ func Build ¶ func Build(obj *object.WebObject) error Build fill the properties of obj. func BuildPrimaryPath ¶ func BuildPrimaryPath(obj *object.WebObject, prefix string) string func RegisterObject ¶ func RegisterObject(obj *object.WebObject, r fiber.Router) error func RegisterObjects ¶ func RegisterObjects(r fiber.Router, objs []object.WebObject) Types ¶ This section is empty. Source Files ¶ View all Source files handler.goinit.go Click to show internal directories. Click to hide internal directories.