// Package builtin blank-imports every built-in plugin so their init() functions // register them with the plugin registry. Import this package once (from the api // package) to make all built-in connectors available. // // DriverVault ships no built-in connectors yet — add one under // internal/plugins/builtin// and blank-import it here, e.g. // // import _ "drivervault/apiserver/internal/plugins/builtin/acme" // // Until then, plugins are added at runtime as the "external" HTTP kind, which // needs no rebuild. See ../README.md. package builtin