mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-17 05:14:52 +00:00
Commit from GitHub Actions (Generate Clients & Examples)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package address
|
||||
|
||||
import (
|
||||
"github.com/m3o/m3o-go/client"
|
||||
"github.com/micro/micro-go/client"
|
||||
)
|
||||
|
||||
func NewAddressService(token string) *AddressService {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package answer
|
||||
|
||||
import (
|
||||
"github.com/m3o/m3o-go/client"
|
||||
"github.com/micro/micro-go/client"
|
||||
)
|
||||
|
||||
func NewAnswerService(token string) *AnswerService {
|
||||
|
||||
2
clients/go/cache/cache.go
vendored
2
clients/go/cache/cache.go
vendored
@@ -1,7 +1,7 @@
|
||||
package cache
|
||||
|
||||
import (
|
||||
"github.com/m3o/m3o-go/client"
|
||||
"github.com/micro/micro-go/client"
|
||||
)
|
||||
|
||||
func NewCacheService(token string) *CacheService {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package crypto
|
||||
|
||||
import (
|
||||
"github.com/m3o/m3o-go/client"
|
||||
"github.com/micro/micro-go/client"
|
||||
)
|
||||
|
||||
func NewCryptoService(token string) *CryptoService {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package currency
|
||||
|
||||
import (
|
||||
"github.com/m3o/m3o-go/client"
|
||||
"github.com/micro/micro-go/client"
|
||||
)
|
||||
|
||||
func NewCurrencyService(token string) *CurrencyService {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package db
|
||||
|
||||
import (
|
||||
"github.com/m3o/m3o-go/client"
|
||||
"github.com/micro/micro-go/client"
|
||||
)
|
||||
|
||||
func NewDbService(token string) *DbService {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package email
|
||||
|
||||
import (
|
||||
"github.com/m3o/m3o-go/client"
|
||||
"github.com/micro/micro-go/client"
|
||||
)
|
||||
|
||||
func NewEmailService(token string) *EmailService {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package emoji
|
||||
|
||||
import (
|
||||
"github.com/m3o/m3o-go/client"
|
||||
"github.com/micro/micro-go/client"
|
||||
)
|
||||
|
||||
func NewEmojiService(token string) *EmojiService {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package evchargers
|
||||
|
||||
import (
|
||||
"github.com/m3o/m3o-go/client"
|
||||
"github.com/micro/micro-go/client"
|
||||
)
|
||||
|
||||
func NewEvchargersService(token string) *EvchargersService {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package event
|
||||
|
||||
import (
|
||||
"github.com/m3o/m3o-go/client"
|
||||
"github.com/micro/micro-go/client"
|
||||
)
|
||||
|
||||
func NewEventService(token string) *EventService {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package file
|
||||
|
||||
import (
|
||||
"github.com/m3o/m3o-go/client"
|
||||
"github.com/micro/micro-go/client"
|
||||
)
|
||||
|
||||
func NewFileService(token string) *FileService {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package forex
|
||||
|
||||
import (
|
||||
"github.com/m3o/m3o-go/client"
|
||||
"github.com/micro/micro-go/client"
|
||||
)
|
||||
|
||||
func NewForexService(token string) *ForexService {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package function
|
||||
|
||||
import (
|
||||
"github.com/m3o/m3o-go/client"
|
||||
"github.com/micro/micro-go/client"
|
||||
)
|
||||
|
||||
func NewFunctionService(token string) *FunctionService {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package geocoding
|
||||
|
||||
import (
|
||||
"github.com/m3o/m3o-go/client"
|
||||
"github.com/micro/micro-go/client"
|
||||
)
|
||||
|
||||
func NewGeocodingService(token string) *GeocodingService {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package gifs
|
||||
|
||||
import (
|
||||
"github.com/m3o/m3o-go/client"
|
||||
"github.com/micro/micro-go/client"
|
||||
)
|
||||
|
||||
func NewGifsService(token string) *GifsService {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package google
|
||||
|
||||
import (
|
||||
"github.com/m3o/m3o-go/client"
|
||||
"github.com/micro/micro-go/client"
|
||||
)
|
||||
|
||||
func NewGoogleService(token string) *GoogleService {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package helloworld
|
||||
|
||||
import (
|
||||
"github.com/m3o/m3o-go/client"
|
||||
"github.com/micro/micro-go/client"
|
||||
)
|
||||
|
||||
func NewHelloworldService(token string) *HelloworldService {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package holidays
|
||||
|
||||
import (
|
||||
"github.com/m3o/m3o-go/client"
|
||||
"github.com/micro/micro-go/client"
|
||||
)
|
||||
|
||||
func NewHolidaysService(token string) *HolidaysService {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package id
|
||||
|
||||
import (
|
||||
"github.com/m3o/m3o-go/client"
|
||||
"github.com/micro/micro-go/client"
|
||||
)
|
||||
|
||||
func NewIdService(token string) *IdService {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package image
|
||||
|
||||
import (
|
||||
"github.com/m3o/m3o-go/client"
|
||||
"github.com/micro/micro-go/client"
|
||||
)
|
||||
|
||||
func NewImageService(token string) *ImageService {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package ip
|
||||
|
||||
import (
|
||||
"github.com/m3o/m3o-go/client"
|
||||
"github.com/micro/micro-go/client"
|
||||
)
|
||||
|
||||
func NewIpService(token string) *IpService {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package location
|
||||
|
||||
import (
|
||||
"github.com/m3o/m3o-go/client"
|
||||
"github.com/micro/micro-go/client"
|
||||
)
|
||||
|
||||
func NewLocationService(token string) *LocationService {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package m3o
|
||||
package services
|
||||
|
||||
import (
|
||||
"github.com/micro/services/clients/go/address"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package mq
|
||||
|
||||
import (
|
||||
"github.com/m3o/m3o-go/client"
|
||||
"github.com/micro/micro-go/client"
|
||||
)
|
||||
|
||||
func NewMqService(token string) *MqService {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package notes
|
||||
|
||||
import (
|
||||
"github.com/m3o/m3o-go/client"
|
||||
"github.com/micro/micro-go/client"
|
||||
)
|
||||
|
||||
func NewNotesService(token string) *NotesService {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package otp
|
||||
|
||||
import (
|
||||
"github.com/m3o/m3o-go/client"
|
||||
"github.com/micro/micro-go/client"
|
||||
)
|
||||
|
||||
func NewOtpService(token string) *OtpService {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package postcode
|
||||
|
||||
import (
|
||||
"github.com/m3o/m3o-go/client"
|
||||
"github.com/micro/micro-go/client"
|
||||
)
|
||||
|
||||
func NewPostcodeService(token string) *PostcodeService {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package prayer
|
||||
|
||||
import (
|
||||
"github.com/m3o/m3o-go/client"
|
||||
"github.com/micro/micro-go/client"
|
||||
)
|
||||
|
||||
func NewPrayerService(token string) *PrayerService {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package qr
|
||||
|
||||
import (
|
||||
"github.com/m3o/m3o-go/client"
|
||||
"github.com/micro/micro-go/client"
|
||||
)
|
||||
|
||||
func NewQrService(token string) *QrService {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package quran
|
||||
|
||||
import (
|
||||
"github.com/m3o/m3o-go/client"
|
||||
"github.com/micro/micro-go/client"
|
||||
)
|
||||
|
||||
func NewQuranService(token string) *QuranService {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package routing
|
||||
|
||||
import (
|
||||
"github.com/m3o/m3o-go/client"
|
||||
"github.com/micro/micro-go/client"
|
||||
)
|
||||
|
||||
func NewRoutingService(token string) *RoutingService {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package rss
|
||||
|
||||
import (
|
||||
"github.com/m3o/m3o-go/client"
|
||||
"github.com/micro/micro-go/client"
|
||||
)
|
||||
|
||||
func NewRssService(token string) *RssService {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package sentiment
|
||||
|
||||
import (
|
||||
"github.com/m3o/m3o-go/client"
|
||||
"github.com/micro/micro-go/client"
|
||||
)
|
||||
|
||||
func NewSentimentService(token string) *SentimentService {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package sms
|
||||
|
||||
import (
|
||||
"github.com/m3o/m3o-go/client"
|
||||
"github.com/micro/micro-go/client"
|
||||
)
|
||||
|
||||
func NewSmsService(token string) *SmsService {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package stock
|
||||
|
||||
import (
|
||||
"github.com/m3o/m3o-go/client"
|
||||
"github.com/micro/micro-go/client"
|
||||
)
|
||||
|
||||
func NewStockService(token string) *StockService {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package stream
|
||||
|
||||
import (
|
||||
"github.com/m3o/m3o-go/client"
|
||||
"github.com/micro/micro-go/client"
|
||||
)
|
||||
|
||||
func NewStreamService(token string) *StreamService {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package sunnah
|
||||
|
||||
import (
|
||||
"github.com/m3o/m3o-go/client"
|
||||
"github.com/micro/micro-go/client"
|
||||
)
|
||||
|
||||
func NewSunnahService(token string) *SunnahService {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package thumbnail
|
||||
|
||||
import (
|
||||
"github.com/m3o/m3o-go/client"
|
||||
"github.com/micro/micro-go/client"
|
||||
)
|
||||
|
||||
func NewThumbnailService(token string) *ThumbnailService {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package time
|
||||
|
||||
import (
|
||||
"github.com/m3o/m3o-go/client"
|
||||
"github.com/micro/micro-go/client"
|
||||
)
|
||||
|
||||
func NewTimeService(token string) *TimeService {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package twitter
|
||||
|
||||
import (
|
||||
"github.com/m3o/m3o-go/client"
|
||||
"github.com/micro/micro-go/client"
|
||||
)
|
||||
|
||||
func NewTwitterService(token string) *TwitterService {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package url
|
||||
|
||||
import (
|
||||
"github.com/m3o/m3o-go/client"
|
||||
"github.com/micro/micro-go/client"
|
||||
)
|
||||
|
||||
func NewUrlService(token string) *UrlService {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package user
|
||||
|
||||
import (
|
||||
"github.com/m3o/m3o-go/client"
|
||||
"github.com/micro/micro-go/client"
|
||||
)
|
||||
|
||||
func NewUserService(token string) *UserService {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package vehicle
|
||||
|
||||
import (
|
||||
"github.com/m3o/m3o-go/client"
|
||||
"github.com/micro/micro-go/client"
|
||||
)
|
||||
|
||||
func NewVehicleService(token string) *VehicleService {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package weather
|
||||
|
||||
import (
|
||||
"github.com/m3o/m3o-go/client"
|
||||
"github.com/micro/micro-go/client"
|
||||
)
|
||||
|
||||
func NewWeatherService(token string) *WeatherService {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package youtube
|
||||
|
||||
import (
|
||||
"github.com/m3o/m3o-go/client"
|
||||
"github.com/micro/micro-go/client"
|
||||
)
|
||||
|
||||
func NewYoutubeService(token string) *YoutubeService {
|
||||
|
||||
Reference in New Issue
Block a user