Documentation ¶
Index ¶
- Variables
- type Config
- type Server
- func (h Server) AdminFeatureDetail(ctx *fiber.Ctx) error
- func (h Server) AdminFeatureList(ctx *fiber.Ctx) error
- func (h Server) FeatureCreate(ctx *fiber.Ctx) error
- func (h Server) FeatureDelete(ctx *fiber.Ctx) error
- func (h Server) FeatureDisable(ctx *fiber.Ctx) error
- func (h Server) FeatureEnable(ctx *fiber.Ctx) error
- func (h Server) FeatureList(ctx *fiber.Ctx) error
- func (h Server) FeatureUpdate(ctx *fiber.Ctx) error
- func (h Server) Load(router fiber.Router) fiber.Router
- func (h Server) PlaceAdminFilter(ctx *fiber.Ctx) error
- func (h Server) PlaceAdminView(ctx *fiber.Ctx) error
- func (h Server) PlaceCreate(ctx *fiber.Ctx) error
- func (h Server) PlaceDelete(ctx *fiber.Ctx) error
- func (h Server) PlaceDisable(ctx *fiber.Ctx) error
- func (h Server) PlaceEnable(ctx *fiber.Ctx) error
- func (h Server) PlaceFilter(ctx *fiber.Ctx) error
- func (h Server) PlaceUpdate(ctx *fiber.Ctx) error
- func (h Server) PlaceView(ctx *fiber.Ctx) error
Constants ¶
This section is empty.
Variables ¶
View Source
var Messages = messages{
Success: successMessages{
FeatureCreate: "http_success_feature_create",
FeatureUpdate: "http_success_feature_update",
FeatureDelete: "http_success_feature_delete",
FeatureDisable: "http_success_feature_disable",
FeatureEnable: "http_success_feature_enable",
FeatureList: "http_success_feature_list",
FeatureDetail: "http_success_feature_detail",
PlaceCreate: "http_success_place_create",
PlaceUpdate: "http_success_place_update",
PlaceDelete: "http_success_place_delete",
PlaceDisable: "http_success_place_disable",
PlaceEnable: "http_success_place_enable",
PlaceFilter: "http_success_place_filter",
PlaceView: "http_success_place_view",
},
Error: errorMessages{
RequiredAuth: "http_error_required_auth",
CurrentUserAccess: "http_error_current_user_access",
AdminRoute: "http_error_admin_route",
},
}
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (Server) AdminFeatureDetail ¶
func (Server) AdminFeatureList ¶
func (Server) FeatureCreate ¶
func (Server) FeatureDelete ¶
func (Server) FeatureDisable ¶
func (Server) FeatureEnable ¶
func (Server) FeatureList ¶
func (Server) FeatureUpdate ¶
func (Server) PlaceAdminFilter ¶
func (Server) PlaceAdminView ¶
func (Server) PlaceCreate ¶
func (Server) PlaceDelete ¶
func (Server) PlaceDisable ¶
func (Server) PlaceEnable ¶
func (Server) PlaceFilter ¶
func (Server) PlaceUpdate ¶
Click to show internal directories.
Click to hide internal directories.