Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
corvix 0.0.1.dev95+gf9ae140ff documentation
corvix 0.0.1.dev95+gf9ae140ff documentation

Contents:

  • corvix
  • Quickstart
  • Installation
  • Usage
    • Basic Usage
  • Implementing a New Notification Target
  • Corvix — Design Specification
  • Contributing
  • Credits
  • API Reference
    • corvix
      • corvix.actions
      • corvix.cli
      • corvix.config
      • corvix.dashboarding
      • corvix.db
      • corvix.domain
      • corvix.enrichment
        • corvix.enrichment.base
        • corvix.enrichment.engine
        • corvix.enrichment.providers
          • corvix.enrichment.providers.github_latest_comment
          • corvix.enrichment.providers.github_pr_state
      • corvix.env
      • corvix.ingestion
      • corvix.notifications
        • corvix.notifications.dedupe
        • corvix.notifications.detector
        • corvix.notifications.dispatcher
        • corvix.notifications.models
        • corvix.notifications.targets
          • corvix.notifications.targets.base
      • corvix.presentation
      • corvix.rules
      • corvix.scoring
      • corvix.services
      • corvix.storage
      • corvix.tools
      • corvix.types
      • corvix.web
        • corvix.web.app
Back to top
View this page

corvix.types¶

Shared type aliases used across Corvix modules.

Attributes¶

UserId

JsonScalar

JsonValue

JsonObject

JsonArray

Module Contents¶

type corvix.types.UserId = str | UUID[source][source]¶
type corvix.types.JsonScalar = str | int | float | bool | None[source][source]¶
type corvix.types.JsonValue = JsonScalar | JsonObject | JsonArray[source][source]¶
type corvix.types.JsonObject = dict[str, JsonValue][source][source]¶
type corvix.types.JsonArray = list[JsonValue][source][source]¶
Next
corvix.web
Previous
corvix.tools
Copyright © 2023, Rene Fritze
Made with Sphinx and @pradyunsg's Furo
On this page
  • corvix.types
    • Attributes
    • Module Contents
      • UserId
      • JsonScalar
      • JsonValue
      • JsonObject
      • JsonArray