README ¶ App Server In this package contains all server and worker handler (REST API, GraphQL, GRPC, Kafka Consumer, Redis Subscriber, Cron Scheduler, Task Queue Worker). In app server codebase, recommended not to be changed. Expand ▾ Collapse ▴ Documentation ¶ Index ¶ type App func New(service factory.ServiceFactory) *App func (a *App) Run() Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type App ¶ type App struct { // contains filtered or unexported fields } App service func New ¶ func New(service factory.ServiceFactory) *App New service app func (*App) Run ¶ func (a *App) Run() Run start app Source Files ¶ View all Source files app.go Directories ¶ Show internal Expand all Path Synopsis cron_worker graphql_server static ws grpc_server kafka_worker redis_worker rest_server task_queue_worker Click to show internal directories. Click to hide internal directories.