internal/component: Check for provisionable
This commit is contained in:
parent
5053c982aa
commit
2a308ee03c
6 changed files with 24 additions and 20 deletions
|
|
@ -21,9 +21,10 @@ type SQL struct {
|
|||
}
|
||||
|
||||
var (
|
||||
_ component.Backupable = (*SQL)(nil)
|
||||
_ component.Snapshotable = (*SQL)(nil)
|
||||
_ component.Installable = (*SQL)(nil)
|
||||
_ component.Backupable = (*SQL)(nil)
|
||||
_ component.Snapshotable = (*SQL)(nil)
|
||||
_ component.Installable = (*SQL)(nil)
|
||||
_ component.Provisionable = (*SQL)(nil)
|
||||
)
|
||||
|
||||
func (sql *SQL) Path() string {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue