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) }
Click to show internal directories.
Click to hide internal directories.