Skip to content

Commit db8667c

Browse files
committed
Alias service constructors in Appwrite
1 parent 2bd4427 commit db8667c

File tree

4 files changed

+498
-465
lines changed

4 files changed

+498
-465
lines changed

src/SDK/Language/Go.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,11 @@ public function getFiles(): array
8888
'destination' => 'appwrite/appwrite.go',
8989
'template' => 'go/appwrite.go.twig',
9090
],
91+
[
92+
'scope' => 'default',
93+
'destination' => 'client/client.go',
94+
'template' => 'go/client.go.twig',
95+
],
9196
[
9297
'scope' => 'default',
9398
'destination' => 'file/inputFile.go',

0 commit comments

Comments
 (0)