Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrorNameAttributeNotFound indicates that the Resource name // was not found in root state ErrorNameAttributeNotFound = errors.New("Attribute name not found") // ErrorResourceNotFound indicates that the searched Resource name // was not found in root state ErrorResourceNotFound = errors.New("Resource not found") )
Functions ¶
func NameAttribute ¶
NameAttribute returns name attribute If Resource cannot be found by resource name it returns ErrorNameAttributeNotFound
func ResourceByName ¶
ResourceByName returns the found root Resource
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.