storage

package
v1.25.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 12, 2019 License: MIT Imports: 5 Imported by: 0

README

storage

GoDoc

Abstracts Google Cloud Storage primitives with testable interfaces.

Basic usage
import (
  "libs.altipla.consulting/storage"
)

Documentation

Overview

Package storage abstracts Google Cloud Storage primitives with testable interfaces.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Writer

type Writer interface {
	WriteFile(ctx context.Context, path string, content []byte) error
}

func NewWriter

func NewWriter(bucketName string) (Writer, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL