Commit from GitHub Actions (Publish APIs & Clients)

This commit is contained in:
asim
2021-10-22 19:41:37 +00:00
parent 5b3cb9948d
commit 5cee69a09e
125 changed files with 251 additions and 127 deletions

View File

@@ -2,8 +2,9 @@ package example
import (
"fmt"
"github.com/micro/services/clients/go/image"
"os"
"github.com/micro/services/clients/go/image"
)
// Convert an image from one format (jpeg, png etc.) to an other either on the fly (from base64 to base64),

View File

@@ -2,8 +2,9 @@ package example
import (
"fmt"
"github.com/micro/services/clients/go/image"
"os"
"github.com/micro/services/clients/go/image"
)
// Resize an image on the fly without storing it (by sending and receiving a base64 encoded image), or resize and upload depending on parameters.

View File

@@ -2,8 +2,9 @@ package example
import (
"fmt"
"github.com/micro/services/clients/go/image"
"os"
"github.com/micro/services/clients/go/image"
)
// Resize an image on the fly without storing it (by sending and receiving a base64 encoded image), or resize and upload depending on parameters.

View File

@@ -2,8 +2,9 @@ package example
import (
"fmt"
"github.com/micro/services/clients/go/image"
"os"
"github.com/micro/services/clients/go/image"
)
// Resize an image on the fly without storing it (by sending and receiving a base64 encoded image), or resize and upload depending on parameters.

View File

@@ -2,8 +2,9 @@ package example
import (
"fmt"
"github.com/micro/services/clients/go/image"
"os"
"github.com/micro/services/clients/go/image"
)
// Upload an image by either sending a base64 encoded image to this endpoint or a URL.

View File

@@ -2,8 +2,9 @@ package example
import (
"fmt"
"github.com/micro/services/clients/go/image"
"os"
"github.com/micro/services/clients/go/image"
)
// Upload an image by either sending a base64 encoded image to this endpoint or a URL.