Commit from m3o/m3o action

This commit is contained in:
m3o-actions
2021-10-29 06:38:17 +00:00
parent 87f310675d
commit ae73a4aca1
170 changed files with 6189 additions and 42 deletions

84
m3o.go
View File

@@ -1,48 +1,48 @@
package m3o
import (
"github.com/micro/services/clients/go/address"
"github.com/micro/services/clients/go/answer"
"github.com/micro/services/clients/go/cache"
"github.com/micro/services/clients/go/crypto"
"github.com/micro/services/clients/go/currency"
"github.com/micro/services/clients/go/db"
"github.com/micro/services/clients/go/email"
"github.com/micro/services/clients/go/emoji"
"github.com/micro/services/clients/go/evchargers"
"github.com/micro/services/clients/go/file"
"github.com/micro/services/clients/go/forex"
"github.com/micro/services/clients/go/function"
"github.com/micro/services/clients/go/geocoding"
"github.com/micro/services/clients/go/gifs"
"github.com/micro/services/clients/go/google"
"github.com/micro/services/clients/go/helloworld"
"github.com/micro/services/clients/go/holidays"
"github.com/micro/services/clients/go/id"
"github.com/micro/services/clients/go/image"
"github.com/micro/services/clients/go/ip"
"github.com/micro/services/clients/go/location"
"github.com/micro/services/clients/go/notes"
"github.com/micro/services/clients/go/otp"
"github.com/micro/services/clients/go/postcode"
"github.com/micro/services/clients/go/prayer"
"github.com/micro/services/clients/go/qr"
"github.com/micro/services/clients/go/quran"
"github.com/micro/services/clients/go/routing"
"github.com/micro/services/clients/go/rss"
"github.com/micro/services/clients/go/sentiment"
"github.com/micro/services/clients/go/sms"
"github.com/micro/services/clients/go/stock"
"github.com/micro/services/clients/go/stream"
"github.com/micro/services/clients/go/sunnah"
"github.com/micro/services/clients/go/thumbnail"
"github.com/micro/services/clients/go/time"
"github.com/micro/services/clients/go/twitter"
"github.com/micro/services/clients/go/url"
"github.com/micro/services/clients/go/user"
"github.com/micro/services/clients/go/vehicle"
"github.com/micro/services/clients/go/weather"
"github.com/micro/services/clients/go/youtube"
"github.com/m3o/m3o-go/address"
"github.com/m3o/m3o-go/answer"
"github.com/m3o/m3o-go/cache"
"github.com/m3o/m3o-go/crypto"
"github.com/m3o/m3o-go/currency"
"github.com/m3o/m3o-go/db"
"github.com/m3o/m3o-go/email"
"github.com/m3o/m3o-go/emoji"
"github.com/m3o/m3o-go/evchargers"
"github.com/m3o/m3o-go/file"
"github.com/m3o/m3o-go/forex"
"github.com/m3o/m3o-go/function"
"github.com/m3o/m3o-go/geocoding"
"github.com/m3o/m3o-go/gifs"
"github.com/m3o/m3o-go/google"
"github.com/m3o/m3o-go/helloworld"
"github.com/m3o/m3o-go/holidays"
"github.com/m3o/m3o-go/id"
"github.com/m3o/m3o-go/image"
"github.com/m3o/m3o-go/ip"
"github.com/m3o/m3o-go/location"
"github.com/m3o/m3o-go/notes"
"github.com/m3o/m3o-go/otp"
"github.com/m3o/m3o-go/postcode"
"github.com/m3o/m3o-go/prayer"
"github.com/m3o/m3o-go/qr"
"github.com/m3o/m3o-go/quran"
"github.com/m3o/m3o-go/routing"
"github.com/m3o/m3o-go/rss"
"github.com/m3o/m3o-go/sentiment"
"github.com/m3o/m3o-go/sms"
"github.com/m3o/m3o-go/stock"
"github.com/m3o/m3o-go/stream"
"github.com/m3o/m3o-go/sunnah"
"github.com/m3o/m3o-go/thumbnail"
"github.com/m3o/m3o-go/time"
"github.com/m3o/m3o-go/twitter"
"github.com/m3o/m3o-go/url"
"github.com/m3o/m3o-go/user"
"github.com/m3o/m3o-go/vehicle"
"github.com/m3o/m3o-go/weather"
"github.com/m3o/m3o-go/youtube"
)
func NewClient(token string) *Client {