Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Page ¶
type Page string
const ( PageAbout Page = "about" PageCache Page = "cache" PageContact Page = "contact" PageError Page = "error" PageForgotPassword Page = "forgot-password" PageHome Page = "home" PageLogin Page = "login" PageRegister Page = "register" PageResetPassword Page = "reset-password" PageSearch Page = "search" PageTask Page = "task" PageClickToEdit Page = "click-to-edit" PageDashboard Page = "dashboard" PageStripe Page = "stripe" PageStripeSuccess Page = "stripe-success" PageStripeCancel Page = "stripe-cancel" // -------- Model Pages -------- PageModelPrice Page = "model-price" PageModelPriceList Page = "model-price-list" PageModelPriceForm Page = "model-price-form" PageModelProduct Page = "model-product" PageModelProductList Page = "model-product-list" PageModelProductForm Page = "model-product-form" PageModelModelName Page = "model-modelname" PageModelModelNameList Page = "model-modelname-list" PageModelModelNameForm Page = "model-modelname-form" PageAITask Page = "ai-task" )
Click to show internal directories.
Click to hide internal directories.