storage

package
v1.53.0 Latest Latest
Warning

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

Go to latest
Published: Oct 14, 2019 License: MIT Imports: 5 Imported by: 0

README

storage

GoDoc

Package storage abstracts Google Cloud Storage primitives with testable interfaces.

Install
import (
	"libs.altipla.consulting/storage"
)
Contributing

You can make pull requests or create issues in GitHub. Any code you send should be formatted using make gofmt.

Running tests

Run the tests:

make test
License

MIT License

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