Info

final case class Info(gitCommit: String, goVersion: String, compiler: String, gitVersion: String, gitTreeState: String, platform: String, buildDate: String, major: String, minor: String)

Info contains versioning information. how we'll want to distribute that information.

Source:
Info.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Source:
Info.scala
def withCompiler(value: String): Info
Source:
Info.scala
Source:
Info.scala
Source:
Info.scala
def withMajor(value: String): Info
Source:
Info.scala
def withMinor(value: String): Info
Source:
Info.scala
def withPlatform(value: String): Info
Source:
Info.scala

Inherited methods

Inherited from:
Product