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/currency"
"os"
"github.com/micro/services/clients/go/currency"
)
// Codes returns the supported currency codes for the API

View File

@@ -2,8 +2,9 @@ package example
import (
"fmt"
"github.com/micro/services/clients/go/currency"
"os"
"github.com/micro/services/clients/go/currency"
)
// Convert returns the currency conversion rate between two pairs e.g USD/GBP

View File

@@ -2,8 +2,9 @@ package example
import (
"fmt"
"github.com/micro/services/clients/go/currency"
"os"
"github.com/micro/services/clients/go/currency"
)
// Convert returns the currency conversion rate between two pairs e.g USD/GBP

View File

@@ -2,8 +2,9 @@ package example
import (
"fmt"
"github.com/micro/services/clients/go/currency"
"os"
"github.com/micro/services/clients/go/currency"
)
// Returns the historic rates for a currency on a given date

View File

@@ -2,8 +2,9 @@ package example
import (
"fmt"
"github.com/micro/services/clients/go/currency"
"os"
"github.com/micro/services/clients/go/currency"
)
// Rates returns the currency rates for a given code e.g USD