final case class Slug(owner: String, repository: String) extends Product with Serializable
Typed representation of the owner / repo string that is used to canonically reference a repo within nelson.
- Source
- Repo.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Slug
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All