All Downloads are FREE. Search and download functionalities are using the official Maven repository.

au.id.tmm.githubprlanguagedetection.github.configuration.GitHubInstance.scala Maven / Gradle / Ivy

The newest version!
package au.id.tmm.githubprlanguagedetection.github.configuration

import java.net.URI

sealed trait GitHubInstance

object GitHubInstance {
  case object GitHubDotCom                     extends GitHubInstance
  final case class GitHubEnterprise(base: URI) extends GitHubInstance
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy