Delete

com.worxbend.codeberg4s.repositories.admin.FileOperation.Delete
final case class Delete(path: ContentPath, expectedSha: CommitSha)

Removes a file.

Value parameters

expectedSha

the blob id it is expected to have, required by the spec for this operation

path

the file to remove

Attributes

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

An iterator over the names of all the elements of this product.

An iterator over the names of all the elements of this product.

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

An iterator over all the elements of this product.

An iterator over all the elements of this product.

Attributes

Returns

in the default implementation, an Iterator[Any]

Inherited from:
Product
def wireValue: String

The spelling Forgejo expects in the operation key.

The spelling Forgejo expects in the operation key.

Attributes

Inherited from:
FileOperation