Package

gcp4zio

gcs

Permalink

package gcs

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

Type Members

  1. trait GCSApi extends AnyRef

    Permalink
  2. type GCSEnv = GCSApi

    Permalink
  3. case class GCSLive(client: Storage) extends GCSApi with Product with Serializable

    Permalink
    Annotations
    @SuppressWarnings()
  4. type GCSSink = ZSink[Any, IOException, Byte, Byte, Long]

    Permalink
  5. type GCSSinkWithEnv = ZSink[GCSEnv, IOException, Byte, Byte, Long]

    Permalink
  6. type GCSStream = ZStream[Any, IOException, Byte]

    Permalink
  7. type GCSStreamWithEnv = ZStream[GCSEnv, IOException, Byte]

    Permalink

Value Members

  1. object GCSApi

    Permalink
  2. object GCSClient

    Permalink
  3. object GCSLive extends Serializable

    Permalink
  4. lazy val logger: Logger

    Permalink
    Definition Classes
    ApplicationLogger

Inherited from ApplicationLogger

Inherited from AnyRef

Inherited from Any

Ungrouped