task

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Mar 18, 2025 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PurgeTrashBin

func PurgeTrashBin(serviceAccountID string, deleteBefore time.Time, spaceType SpaceType, gatewaySelector pool.Selectable[apiGateway.GatewayAPIClient], serviceAccountSecret string) error

PurgeTrashBin can be used to purge space trash-bin's, the provided executantID must have space access. removeBefore specifies how long an item must be in the trash-bin to be deleted, items that stay there for a shorter time are ignored and kept in place.

Types

type SpaceType

type SpaceType string

SpaceType represents known space types

const (
	// Personal represents a space of type personal
	Personal SpaceType = "personal"
	// Project represents a space of type project
	Project SpaceType = "project"
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL