mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-15 12:34:44 +00:00
Commit from GitHub Actions (Publish APIs & Clients)
This commit is contained in:
@@ -2,8 +2,9 @@ package example
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/micro/services/clients/go/sunnah"
|
||||
"os"
|
||||
|
||||
"github.com/micro/services/clients/go/sunnah"
|
||||
)
|
||||
|
||||
// Get a list of books from within a collection. A book can contain many chapters
|
||||
|
||||
@@ -2,8 +2,9 @@ package example
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/micro/services/clients/go/sunnah"
|
||||
"os"
|
||||
|
||||
"github.com/micro/services/clients/go/sunnah"
|
||||
)
|
||||
|
||||
// Get all the chapters of a given book within a collection.
|
||||
|
||||
@@ -2,8 +2,9 @@ package example
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/micro/services/clients/go/sunnah"
|
||||
"os"
|
||||
|
||||
"github.com/micro/services/clients/go/sunnah"
|
||||
)
|
||||
|
||||
// Get a list of available collections. A collection is
|
||||
|
||||
@@ -2,8 +2,9 @@ package example
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/micro/services/clients/go/sunnah"
|
||||
"os"
|
||||
|
||||
"github.com/micro/services/clients/go/sunnah"
|
||||
)
|
||||
|
||||
// Hadiths returns a list of hadiths and their corresponding text for a
|
||||
|
||||
Reference in New Issue
Block a user