mirror of
https://github.com/netbirdio/management-integrations.git
synced 2026-05-22 17:09:23 -07:00
Add event store for IntegratedApproval
This commit is contained in:
@@ -2,13 +2,14 @@ package integrations
|
||||
|
||||
import (
|
||||
"github.com/netbirdio/netbird/management/server/account"
|
||||
"github.com/netbirdio/netbird/management/server/activity"
|
||||
nbpeer "github.com/netbirdio/netbird/management/server/peer"
|
||||
)
|
||||
|
||||
type IntegratedApprovalImpl struct {
|
||||
}
|
||||
|
||||
func NewIntegratedApproval() (*IntegratedApprovalImpl, error) {
|
||||
func NewIntegratedApproval(activity.Store) (*IntegratedApprovalImpl, error) {
|
||||
return &IntegratedApprovalImpl{}, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user