mirror of
https://github.com/netbirdio/management-integrations.git
synced 2026-05-22 17:09:23 -07:00
* Moved ExtendNetBirdConfig to config package * Updated accountManager type to account.Manager
11 lines
235 B
Go
11 lines
235 B
Go
package config
|
|
|
|
import (
|
|
"github.com/netbirdio/netbird/management/proto"
|
|
"github.com/netbirdio/netbird/management/server/types"
|
|
)
|
|
|
|
func ExtendNetBirdConfig(config *proto.NetbirdConfig, extraSettings *types.ExtraSettings) {
|
|
return
|
|
}
|