verbs

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Aug 2, 2025 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Add    = VerbValue("add")
	Apply  = VerbValue("apply")
	Get    = VerbValue("get")
	Create = VerbValue("create")
	Dump   = VerbValue("dump")
	Update = VerbValue("update")
	Delete = VerbValue("delete")
	Help   = VerbValue("help")
	List   = VerbValue("list")
	Login  = VerbValue("login")
	Plan   = VerbValue("plan")
	Sync   = VerbValue("sync")
	Diff   = VerbValue("diff")
	Export = VerbValue("export")
)

Variables

View Source
var Verb = VerbKey{}

Verb is a global instance of the VerbKey type

Functions

This section is empty.

Types

type VerbKey

type VerbKey struct{}

Empty type to represent the _type_ Verb. Genesis is to support a key in a Context

type VerbValue

type VerbValue string

Will represent a specific Verb (get, create, update, delete, etc)

func (VerbValue) String

func (v VerbValue) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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