Feature: Allow to skip plugin loading (#74840)

This commit is contained in:
Andres Martinez Gotor
2023-09-14 12:58:12 +02:00
committed by GitHub
parent 05f01dee0c
commit 96b55ea37c
12 changed files with 125 additions and 4 deletions

View File

@ -1,8 +1,6 @@
package backendplugin
import (
"errors"
)
import "errors"
var (
// ErrPluginNotRegistered error returned when plugin is not registered.