Packages

final case class Repos(config: NelsonConfig) extends Default with Product with Serializable

Source
Repos.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Repos
  2. Default
  3. Serializable
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Repos(config: NelsonConfig)

Value Members

  1. object IsAuthenticated
    Definition Classes
    Default
  2. object IsAuthorized
    Definition Classes
    Default
  3. object NotAuthenticated
    Definition Classes
    Default
  4. val config: NelsonConfig
    Definition Classes
    ReposDefault
  5. val service: HttpService[IO]
    Definition Classes
    ReposDefault
  6. object Limit extends org.http4s.dsl.io.QueryParamDecoderMatcher[Int]
  7. object Owner extends org.http4s.dsl.io.QueryParamDecoderMatcher[String]
  8. object Page extends org.http4s.dsl.io.QueryParamDecoderMatcher[Int]
  9. object State extends org.http4s.dsl.io.QueryParamDecoderMatcher[String]