Packages

c

nelson.plans

WebHooks

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

Source
Webhooks.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WebHooks
  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 WebHooks(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
    WebHooksDefault
  5. val service: HttpService[IO]

    This function has to dispatch whatever type of Github.Event we recieve on the wire and dispatch it to the correct nelson function.

    This function has to dispatch whatever type of Github.Event we recieve on the wire and dispatch it to the correct nelson function. This is a little hacky, but its the only way to handle the arbitrary message shapes that Github sends.

    Definition Classes
    WebHooksDefault