op

package
v1.2.3 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreatedUpdatedOrNoop

type CreatedUpdatedOrNoop string

CreatedUpdatedOrNoop represents a result of an operation that can either: - create a resource - update a resource - do nothing

const (
	// Created indicates that an operation resulted in creation of a resource.
	Created CreatedUpdatedOrNoop = "created"
	// Updated indicates that an operation resulted in an update of a resource.
	Updated CreatedUpdatedOrNoop = "updated"
	// Noop indicated that an operation did not perform any actions.
	Noop CreatedUpdatedOrNoop = "noop"
)

Jump to

Keyboard shortcuts

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