Merge branch 'master' into feature/load-config-from-env-files
This commit is contained in:
@@ -25,9 +25,3 @@ type Manager interface {
|
||||
// List all records
|
||||
List() ([]*proto.Record, error)
|
||||
}
|
||||
|
||||
// Record is an entry in the account storage
|
||||
type Record struct {
|
||||
Key string
|
||||
Value []byte
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@ import (
|
||||
"github.com/micro/cli/v2"
|
||||
"github.com/oklog/run"
|
||||
"github.com/owncloud/ocis-accounts/pkg/config"
|
||||
"github.com/owncloud/ocis-accounts/pkg/micro/grpc"
|
||||
"github.com/owncloud/ocis-accounts/pkg/server/grpc"
|
||||
oclog "github.com/owncloud/ocis-pkg/v2/log"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user