gcp4zio.gcs

package gcp4zio.gcs

Type members

Classlikes

trait GCSApi
Companion:
object
object GCSApi
Companion:
class
object GCSClient
@SuppressWarnings(scala.Array.apply[java.lang.String]("org.wartremover.warts.ToString")(scala.reflect.ClassTag.apply[java.lang.String](classOf[java.lang.String])))
case class GCSLive(client: Storage) extends GCSApi
Companion:
object
object GCSLive
Companion:
class

Types

type GCSEnv = GCSApi
type GCSSink = Sink[IOException, Byte, Byte, Long]
type GCSSinkWithEnv = ZSink[GCSEnv, IOException, Byte, Byte, Long]
type GCSStream = Stream[IOException, Byte]
type GCSStreamWithEnv = ZStream[GCSEnv, IOException, Byte]

Value members

Inherited fields

lazy val logger: Logger
Inherited from:
ApplicationLogger