Package-level declarations

Types

Link copied to clipboard
class FeatureManager @Inject constructor

Class responsible for managing the features of the Ktor server.

Link copied to clipboard
class KtorServer @Inject constructor(featureManager: FeatureManager, routeManager: RouteManager, config: ServerConfig)

Class responsible for managing the Ktor server.

Link copied to clipboard
class RouteManager @Inject constructor(userRouter: UserRouter, planRouter: PlanRouter)

Class responsible for managing the routes in the Ktor server.