mirror of
https://github.com/anyproto/any-sync.git
synced 2025-06-08 05:57:03 +09:00
Merge branch 'main' of ssh://github.com/anyproto/any-sync into GO-5106-implement-stream
This commit is contained in:
commit
506f23a8d1
19 changed files with 303 additions and 240 deletions
|
@ -102,7 +102,7 @@ func (s *spaceService) Name() (name string) {
|
|||
}
|
||||
|
||||
func (s *spaceService) CreateSpace(ctx context.Context, payload SpaceCreatePayload) (id string, err error) {
|
||||
storageCreate, err := storagePayloadForSpaceCreate(payload)
|
||||
storageCreate, err := StoragePayloadForSpaceCreate(payload)
|
||||
if err != nil {
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue