Split plugin framework into its own package

Signed-off-by: Carlisia <carlisiac@vmware.com>
This commit is contained in:
Carlisia
2019-03-14 18:25:52 -07:00
parent 73514a003b
commit 7dfe58d37f
48 changed files with 1114 additions and 824 deletions

View File

@@ -0,0 +1,3 @@
// Package framework is the common package that any plugin client
// will need to import, for example, both plugin authors and Velero core.
package framework