Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ErrCreateInstance ¶
ErrCreateInstance is the error for install mesh
Types ¶
type Handler ¶
type Handler interface { GetName() string CreateInstance([]byte, string) error ApplyOperation() error ListOperations() (Operations, error) Stream() error }
Handler provides the methods supported by the adaptor
Click to show internal directories.
Click to hide internal directories.