Commit from GitHub Actions (Generate Clients & Examples)

This commit is contained in:
asim
2021-11-16 10:34:33 +00:00
parent be79c53e8c
commit 93e92b808c
7 changed files with 12 additions and 9 deletions

View File

@@ -7,7 +7,7 @@ import (
"github.com/micro/services/clients/go/db"
)
//
// List tables in the DB
func ListTables() {
dbService := db.NewDbService(os.Getenv("MICRO_API_TOKEN"))
rsp, err := dbService.ListTables(&db.ListTablesRequest{})