op

package
v1.6.1-0...-486f9dc Latest Latest
Warning

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

Go to latest
Published: Sep 9, 2025 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 Result

type Result string

Result 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 Result = "created"
	// Updated indicates that an operation resulted in an update of a resource.
	Updated Result = "updated"
	// Deleted indicates that an operation resulted in a delete of a resource.
	Deleted Result = "deleted"
	// Noop indicated that an operation did not perform any actions.
	Noop Result = "noop"
)

Jump to

Keyboard shortcuts

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