mirror of
https://github.com/kevin-DL/m3o-go.git
synced 2026-01-11 18:44:26 +00:00
Commit from m3o/m3o action
This commit is contained in:
3
m3o.go
3
m3o.go
@@ -31,6 +31,7 @@ import (
|
||||
"go.m3o.com/joke"
|
||||
"go.m3o.com/lists"
|
||||
"go.m3o.com/location"
|
||||
"go.m3o.com/meme"
|
||||
"go.m3o.com/minecraft"
|
||||
"go.m3o.com/movie"
|
||||
"go.m3o.com/mq"
|
||||
@@ -99,6 +100,7 @@ func NewClient(token string) *Client {
|
||||
JokeService: joke.NewJokeService(token),
|
||||
ListsService: lists.NewListsService(token),
|
||||
LocationService: location.NewLocationService(token),
|
||||
MemeService: meme.NewMemeService(token),
|
||||
MinecraftService: minecraft.NewMinecraftService(token),
|
||||
MovieService: movie.NewMovieService(token),
|
||||
MqService: mq.NewMqService(token),
|
||||
@@ -167,6 +169,7 @@ type Client struct {
|
||||
JokeService *joke.JokeService
|
||||
ListsService *lists.ListsService
|
||||
LocationService *location.LocationService
|
||||
MemeService *meme.MemeService
|
||||
MinecraftService *minecraft.MinecraftService
|
||||
MovieService *movie.MovieService
|
||||
MqService *mq.MqService
|
||||
|
||||
Reference in New Issue
Block a user