type cloud.google.com/go/storage.Writer

9 uses

	cloud.google.com/go/storage (current package)
		storage.go#L999: func (o *ObjectHandle) NewWriter(ctx context.Context) *Writer {
		storage.go#L1000: 	return &Writer{
		writer.go#L31: type Writer struct {
		writer.go#L89: func (w *Writer) open() error {
		writer.go#L188: func (w *Writer) Write(p []byte) (n int, err error) {
		writer.go#L218: func (w *Writer) Close() error {
		writer.go#L239: func (w *Writer) monitorCancel() {
		writer.go#L257: func (w *Writer) CloseWithError(err error) error {
		writer.go#L266: func (w *Writer) Attrs() *ObjectAttrs {