GAdminService

graviton.admin_service.ZioAdminService.GAdminService
See theGAdminService companion object
trait GAdminService[-Context, +Error] extends GenericGeneratedService[Context, Error, GAdminService]

Attributes

Companion
object
Graph
Supertypes
trait GenericGeneratedService[Context, Error, GAdminService]
class Object
trait Matchable
class Any
Self type
GAdminService[Context, Error]

Members list

Value members

Abstract methods

def health(request: HealthRequest, context: Context): IO[Error, HealthResponse]

Concrete methods

def transform[Context1, Error1](f: GTransform[Context, Error, Context1, Error1]): GAdminService[Context1, Error1]

Inherited methods

def mapError[E1](f: Error => E1): GAdminService[Context, E1]

Attributes

Inherited from:
GenericGeneratedService
def mapErrorZIO[E1](f: Error => UIO[E1]): GAdminService[Context, E1]

Attributes

Inherited from:
GenericGeneratedService

Attributes

Inherited from:
GenericGeneratedService

Attributes

Inherited from:
GenericGeneratedService

Attributes

Inherited from:
GenericGeneratedService