Info

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

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

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Gets buildDate.

Gets buildDate.

This effect always succeeds, it is safe to use the field buildDate directly.

Gets compiler.

Gets compiler.

This effect always succeeds, it is safe to use the field compiler directly.

Gets gitCommit.

Gets gitCommit.

This effect always succeeds, it is safe to use the field gitCommit directly.

Gets gitTreeState.

Gets gitTreeState.

This effect always succeeds, it is safe to use the field gitTreeState directly.

Gets gitVersion.

Gets gitVersion.

This effect always succeeds, it is safe to use the field gitVersion directly.

Gets goVersion.

Gets goVersion.

This effect always succeeds, it is safe to use the field goVersion directly.

Gets major.

Gets major.

This effect always succeeds, it is safe to use the field major directly.

Gets minor.

Gets minor.

This effect always succeeds, it is safe to use the field minor directly.

Gets platform.

Gets platform.

This effect always succeeds, it is safe to use the field platform directly.

Inherited methods

Inherited from:
Product