Adding approval process
This commit is contained in:
10
pkg/registrar/repo.go
Normal file
10
pkg/registrar/repo.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package registrar
|
||||
|
||||
import (
|
||||
persist "go.fixergrid.net/servicedemon/pkg/registrar/internal/persistence"
|
||||
svc "go.fixergrid.net/servicedemon/pkg/registrar/internal/services"
|
||||
)
|
||||
|
||||
func NewRepo() svc.AppRepo {
|
||||
return persist.NewFakeRepo()
|
||||
}
|
||||
Reference in New Issue
Block a user