mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-13 19:45:26 +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/rss"
|
||||
"os"
|
||||
|
||||
"github.com/micro/services/clients/go/rss"
|
||||
)
|
||||
|
||||
// Add a new RSS feed with a name, url, and category
|
||||
|
||||
@@ -2,8 +2,9 @@ package example
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/micro/services/clients/go/rss"
|
||||
"os"
|
||||
|
||||
"github.com/micro/services/clients/go/rss"
|
||||
)
|
||||
|
||||
// Get an RSS feed by name. If no name is given, all feeds are returned. Default limit is 25 entries.
|
||||
|
||||
@@ -2,8 +2,9 @@ package example
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/micro/services/clients/go/rss"
|
||||
"os"
|
||||
|
||||
"github.com/micro/services/clients/go/rss"
|
||||
)
|
||||
|
||||
// List the saved RSS fields
|
||||
|
||||
@@ -2,8 +2,9 @@ package example
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/micro/services/clients/go/rss"
|
||||
"os"
|
||||
|
||||
"github.com/micro/services/clients/go/rss"
|
||||
)
|
||||
|
||||
// Remove an RSS feed by name
|
||||
|
||||
Reference in New Issue
Block a user