BaseController

dev.cheleb.ziotapir.BaseController

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait SecuredBaseController[SI, Principal]

Members list

Value members

Concrete methods

def routes: List[ServerEndpoint[Any, Task]]

List of routes that will be added to the server

List of routes that will be added to the server

Attributes

def streamRoutes: List[ServerEndpoint[ZioStreams, Task]]

List of stream routes that will be added to the server

List of stream routes that will be added to the server

Attributes