mirror of
https://github.com/dstotijn/hetty.git
synced 2025-07-01 18:47:29 -04:00
Add scope support
This commit is contained in:
8
pkg/scope/repo.go
Normal file
8
pkg/scope/repo.go
Normal file
@ -0,0 +1,8 @@
|
||||
package scope
|
||||
|
||||
import "context"
|
||||
|
||||
type Repository interface {
|
||||
UpsertSettings(ctx context.Context, module string, settings interface{}) error
|
||||
FindSettingsByModule(ctx context.Context, module string, settings interface{}) error
|
||||
}
|
Reference in New Issue
Block a user