mirror of
https://github.com/anyproto/any-sync.git
synced 2025-06-08 05:57:03 +09:00
Expose creation of storage payload
This commit is contained in:
parent
afb0cf1d09
commit
742e87cb79
4 changed files with 5 additions and 4 deletions
|
@ -101,7 +101,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