service backend
This commit is contained in:
8
api/pkg/auth/customizable/customizable.go
Normal file
8
api/pkg/auth/customizable/customizable.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package customizable
|
||||
|
||||
import (
|
||||
"github.com/tech/sendico/pkg/model"
|
||||
)
|
||||
|
||||
type DB[T model.PermissionBoundStorable] interface {
|
||||
}
|
||||
8
api/pkg/auth/customizable/manager.go
Normal file
8
api/pkg/auth/customizable/manager.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package customizable
|
||||
|
||||
import (
|
||||
"github.com/tech/sendico/pkg/model"
|
||||
)
|
||||
|
||||
type Manager[T model.PermissionBoundStorable] interface {
|
||||
}
|
||||
Reference in New Issue
Block a user