Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Bridge ¶
func (*Bridge) Apply ¶
Apply either creates a shell managed resource of the given handle type using the properties of the map or structure provided, or it applies the properties of the given map or structure to the managed resource by the given handle
type Resource ¶
type Resource interface { // Resource returns a pointer to the handled struct Resource() interface{} // Apply attempts to apply the handled struct properties // to the actual shell managed resource Apply() error // Discard attempts to close and release the // shell managed resource Discard() error }
Click to show internal directories.
Click to hide internal directories.