Skip to content

Commit

Permalink
docs(goes/esgallery): fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bounoable committed Oct 19, 2022
1 parent 8d99aa3 commit 2480f01
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions goes/esgallery/upload.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ func NewUploader[StackID, ImageID ID](storage Storage) *Uploader[StackID, ImageI
}

// UploadNew uploads a new image to the provided gallery and returns the newly
// created [gallery.Stack]. The returned [gallery.Image] can be added to a
// [*Gallery], either by calling [*Gallery.AddVariant], or by applying a
// [ProcessorResult] to the gallery ([ApplyProcessorResult]).
// created [gallery.Stack].
//
// The filesize and dimensions of the uploaded image are determined while
// uploading to storage, and set on the [gallery.Image] in the returned
Expand Down

0 comments on commit 2480f01

Please sign in to comment.