Package

polynote

app

Permalink

package app

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. app
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait App extends zio.App

    Permalink
  2. case class Args(command: String = "server", configFile: File = new File("config.yml"), watchUI: Boolean = false, rest: List[String] = Nil) extends Product with Serializable

    Permalink
  3. type Environment = zio.ZEnv with Logging

    Permalink
  4. type MainArgs = Has[Args]

    Permalink

Value Members

  1. object Args extends Serializable

    Permalink
  2. object MainArgs extends Serializable

    Permalink
  3. val globalEnv: ZLayer[BaseEnv with MainArgs with Factory, Throwable, GlobalEnv]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped