mirror of
https://github.com/anyproto/any-sync.git
synced 2025-06-08 05:57:03 +09:00
Coordinator client methods and expose storage from start
This commit is contained in:
parent
81b50a8766
commit
eef2a0ff91
3 changed files with 73 additions and 10 deletions
|
@ -188,8 +188,9 @@ func (s *spaceService) NewSpace(ctx context.Context, id string) (Space, error) {
|
|||
Register(headsync.New())
|
||||
|
||||
sp := &space{
|
||||
state: state,
|
||||
app: spaceApp,
|
||||
state: state,
|
||||
app: spaceApp,
|
||||
storage: st,
|
||||
}
|
||||
return sp, nil
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue