resources

package
v0.1.7 Latest Latest
Warning

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

Go to latest
Published: May 21, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ResourcesInterface

type ResourcesInterface interface {
	Get(query rorresources.ResourceQuery) (rorresources.ResourceSet, error)
	Update(res *rorresources.ResourceSet) (*rorresources.ResourceUpdateResults, error)
	GetByUid(uid string) (rorresources.ResourceSet, error)
	UpdateByUid(uid string, res *rorresources.ResourceSet) (string, error)
	DeleteByUid(uid string) (string, error)
	ExistsByUid(uid string) (bool, error)
	GetOwnHashes() (apicontractsv2resources.HashList, error)
}

Jump to

Keyboard shortcuts

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