AI_YML_GENERATOR_PROMPT.md
LICENSE
MANIFEST.in
README.md
generator.py
launcher.py
master_config.yaml
setup.py
configexample/authentication_config.yaml
configexample/blog.yaml
configexample/chat_config.yaml
configexample/config.yaml
configexample/imap_config.yaml
configexample/middleware_config.yaml
configexample/model_config.yaml
configexample/notifications_config.yaml
configexample/rbac_config.yaml
configexample/storage_config.yaml
configexample/testcombine.yaml
configexample/websocket_config.yaml
generators/__init__.py
generators/api_client.py
generators/api_client_generator.py
generators/app_generate.py
generators/auth_generate.py
generators/chat_websocket_generator.py
generators/format_generated_code.py
generators/graphql_generator.py
generators/grpc_generator.py
generators/help_utils.py
generators/imap_generate.py
generators/middleware_generator.py
generators/native_vifber_gui.py
generators/notification_generator.py
generators/rbac_generate.py
generators/repo_model_config_generate.py
generators/routes.py
generators/storage_generate.py
generators/validate_config.py
gofiber_generator.egg-info/PKG-INFO
gofiber_generator.egg-info/SOURCES.txt
gofiber_generator.egg-info/dependency_links.txt
gofiber_generator.egg-info/entry_points.txt
gofiber_generator.egg-info/requires.txt
gofiber_generator.egg-info/top_level.txt
tool/templates/cmd/server/main.go.j2
tool/templates/config/config.go.j2
tool/templates/config/database.go.j2
tool/templates/config/env.config.yaml.j2
tool/templates/config/permissions.yaml.j2
tool/templates/config/redis.go.j2
tool/templates/docs/docs.go.j2
tool/templates/graphql/complexity.go.j2
tool/templates/graphql/model_resolver.go.j2
tool/templates/graphql/resolver.go.j2
tool/templates/graphql/schema.graphql.j2
tool/templates/graphql/server.go.j2
tool/templates/graphql/subscriptions.go.j2
tool/templates/grpc/api.proto.j2
tool/templates/grpc/gateway.go.j2
tool/templates/grpc/interceptors.go.j2
tool/templates/grpc/server.go.j2
tool/templates/grpc/service_impl.go.j2
tool/templates/infra/Dockerfile.j2
tool/templates/infra/Makefile.j2
tool/templates/infra/README.md.j2
tool/templates/infra/docker-compose.yml.j2
tool/templates/infra/dockerignore.j2
tool/templates/infra/gitignore.j2
tool/templates/internal/api/handlers/app_check_token.go.j2
tool/templates/internal/api/handlers/auth.go.j2
tool/templates/internal/api/handlers/basic.go.j2
tool/templates/internal/api/handlers/chat.go.j2
tool/templates/internal/api/handlers/email.go.j2
tool/templates/internal/api/handlers/fcm.go.j2
tool/templates/internal/api/handlers/handler.go.j2
tool/templates/internal/api/handlers/notification.go.j2
tool/templates/internal/api/handlers/rbac.go.j2
tool/templates/internal/api/handlers/social_auth.go.j2
tool/templates/internal/api/middleware/middleware.go.j2
tool/templates/internal/domain/chat.go.j2
tool/templates/internal/domain/email.go.j2
tool/templates/internal/domain/model.go.j2
tool/templates/internal/domain/notification.go.j2
tool/templates/internal/domain/rbac.go.j2
tool/templates/internal/domain/user_model.go.j2
tool/templates/internal/repository/auth_repository.go.j2
tool/templates/internal/repository/chat.go.j2
tool/templates/internal/repository/database.go.j2
tool/templates/internal/repository/email_repository.go.j2
tool/templates/internal/repository/notification.go.j2
tool/templates/internal/repository/repository.go.j2
tool/templates/internal/routes/routes.go.j2
tool/templates/internal/web/auth/web_auth_handler.go.j2
tool/templates/internal/web/dashboard/web_chat_handler.go.j2
tool/templates/internal/web/dashboard/web_handler.go.j2
tool/templates/internal/websocket/base.go.j2
tool/templates/internal/websocket/handlers.go.j2
tool/templates/internal/websocket/hub.go.j2
tool/templates/internal/websocket/chat/handlers.go.j2
tool/templates/internal/websocket/chat/hub.go.j2
tool/templates/internal/websocket/events/handlers.go.j2
tool/templates/internal/websocket/events/hub.go.j2
tool/templates/internal/websocket/support/handlers.go.j2
tool/templates/internal/websocket/support/hub.go.j2
tool/templates/internal/websocket/user/handlers.go.j2
tool/templates/pkg/auth/helpers.go.j2
tool/templates/pkg/dto/auth_dto.go.j2
tool/templates/pkg/dto/chat_dto.go.j2
tool/templates/pkg/dto/dto.go.j2
tool/templates/pkg/dto/email_dto.go.j2
tool/templates/pkg/dto/fcm_dto.go.j2
tool/templates/pkg/dto/notification_dto.go.j2
tool/templates/pkg/email/sendMail.go.j2
tool/templates/pkg/email/service.go.j2
tool/templates/pkg/errors/handler.go.j2
tool/templates/pkg/fcm/sender.go.j2
tool/templates/pkg/i18n/i18n.go.j2
tool/templates/pkg/jwt/jwt.go.j2
tool/templates/pkg/notification/notifier.go.j2
tool/templates/pkg/rbac/rbac_handler.go.j2
tool/templates/pkg/rbac/service.go.j2
tool/templates/pkg/response/basic_response.j2
tool/templates/pkg/response/chat_response.go.j2
tool/templates/pkg/response/email_response.go.j2
tool/templates/pkg/response/notification_response.go.j2
tool/templates/pkg/response/response.go.j2
tool/templates/pkg/storage/provider.go.j2
tool/templates/pkg/storage/uploader.go.j2
tool/templates/pkg/utils/context_helpers.go.j2
tool/templates/pkg/utils/utils.go.j2
tool/templates/public/templates/auth/auth.js.j2
tool/templates/public/templates/auth/forgot_password.html.j2
tool/templates/public/templates/auth/forgot_password.js.j2
tool/templates/public/templates/auth/reset_password.html.j2
tool/templates/public/templates/auth/reset_password.js.j2
tool/templates/public/templates/auth/signin.html.j2
tool/templates/public/templates/auth/signup.html.j2
tool/templates/public/templates/auth/signup.js.j2
tool/templates/public/templates/auth/verify_email.html.j2
tool/templates/public/templates/auth/verify_email.js.j2
tool/templates/public/templates/basic/email_confirmation_message.html
tool/templates/public/templates/basic/email_reset_message.html
tool/templates/public/templates/basic/lang.html
tool/templates/public/templates/chat/index.html.j2
tool/templates/public/templates/crud/crud.js.j2
tool/templates/public/templates/crud/form.html.j2
tool/templates/public/templates/crud/list.html.j2
tool/templates/public/templates/crud/show.html.j2
tool/templates/public/templates/crud/partials/details-loading.html.j2
tool/templates/public/templates/crud/partials/filter.html.j2
tool/templates/public/templates/crud/partials/models.html.j2
tool/templates/public/templates/crud/partials/table-loading.html.j2
tool/templates/public/templates/crud/partials/table-view.html.j2
tool/templates/public/templates/crud/partials/table_rows.html.j2
tool/templates/public/templates/dashboard/home.html.j2
tool/templates/public/templates/shared/header.html.j2
tool/templates/public/templates/shared/overlay.html.j2
tool/templates/public/templates/shared/preloader.html.j2
tool/templates/public/templates/shared/sidebar.html.j2