harness.web.StdClientConfig.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of harness-web_sjs1_3 Show documentation
Show all versions of harness-web_sjs1_3 Show documentation
Miscellaneous libraries/utilities for Scala.
The newest version!
package harness.web
import harness.zio.*
import zio.json.*
final case class StdClientConfig(
logLevel: Logger.LogLevel,
) derives JsonCodec {
def basic: HasStdClientConfig.Basic = HasStdClientConfig.Basic(this)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy