Packages

p

com.axiell

emurestapi

package emurestapi

Source
package.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. emurestapi
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Package Members

  1. package app
  2. package hacks
  3. package hateoas
  4. package implicits
  5. package media
  6. package registry
  7. package resources
  8. package roles
  9. package servers
  10. package tenants
  11. package texpress
  12. package tokens
  13. package users

Type Members

  1. type IOResult[A] = ZIO[Any, Error, A]
  2. type PureResult[A] = Either[Error, A]
  3. type ValidatedResult[A] = Validated[NonEmptyList[Error], A]

Value Members

  1. case object BuildInfo extends Product with Serializable

    This object was generated by sbt-buildinfo.

  2. object Main extends App

Inherited from AnyRef

Inherited from Any

Ungrouped