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 {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |