Documentation ¶
Index ¶
- func ActionResponse(action models.Action) map[string]interface{}
- func ActionsResponse(actions []models.Action) []map[string]interface{}
- func AnswerResponse(answer models.Answer) map[string]interface{}
- func AnswersResponse(answers []models.Answer) []map[string]interface{}
- func CategoriesResponse(categories []models.Category) []map[string]interface{}
- func CategoryResponse(category models.Category) map[string]interface{}
- func FaqResponse(faq models.Faq) map[string]interface{}
- func FaqsResponse(faqs []models.Faq) []map[string]interface{}
- func PageImageResponse(pageImage models.PageImage) map[string]interface{}
- func PageImagesResponse(pageImages []models.PageImage) []map[string]interface{}
- func PageResponse(page models.Page) map[string]interface{}
- func PagesResponse(pages []models.Page) []map[string]interface{}
- func SettingResponse(setting models.Setting) map[string]interface{}
- func SettingsResponse(settings []models.Setting) []map[string]interface{}
- func TranslationResponse(translation models.Translation) map[string]interface{}
- func TranslationsResponse(translations []models.Translation) []map[string]interface{}
- func UserResponse(user models.User) map[string]interface{}
- func UsersResponse(users []models.User) []map[string]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ActionResponse ¶
* * stander the single user response
func ActionsResponse ¶
* * stander the Multi users response
func AnswerResponse ¶
* * stander the single Answer response
func AnswersResponse ¶
* * stander the Multi Answers response
func CategoriesResponse ¶
* * stander the Multi users response
func CategoryResponse ¶
* * stander the single user response
func FaqResponse ¶
* * stander the single faq response
func FaqsResponse ¶
* * stander the Multi faqs response
func PageImageResponse ¶
* * stander the single image page response
func PageImagesResponse ¶
* * stander the Multi images page response
func PageResponse ¶
* * stander the single page response
func PagesResponse ¶
* * stander the Multi pages response
func SettingResponse ¶
* * stander the single setting response
func SettingsResponse ¶
* * stander the Multi settings response
func TranslationResponse ¶
func TranslationResponse(translation models.Translation) map[string]interface{}
* * stander the single translation response
func TranslationsResponse ¶
func TranslationsResponse(translations []models.Translation) []map[string]interface{}
* * stander the Multi translations response
func UserResponse ¶
* * stander the single user response
func UsersResponse ¶
* * stander the Multi users response
Types ¶
This section is empty.