Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
go-gitlab
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
go-gitlab
Commits
25115b3d
Commit
25115b3d
authored
Feb 02, 2018
by
Lorac
Committed by
Sander van Harmelen
Feb 02, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Emoji Award API (#313)
parent
d6a48082
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
award_emojis.go
award_emojis.go
+0
-0
gitlab.go
gitlab.go
+2
-0
No files found.
award_emojis.go
0 → 100644
View file @
25115b3d
This diff is collapsed.
Click to expand it.
gitlab.go
View file @
25115b3d
...
...
@@ -200,6 +200,7 @@ type Client struct {
UserAgent
string
// Services used for talking to different parts of the GitLab API.
AwardEmoji
*
AwardEmojiService
Branches
*
BranchesService
BuildVariables
*
BuildVariablesService
Commits
*
CommitsService
...
...
@@ -277,6 +278,7 @@ func newClient(httpClient *http.Client, tokenType tokenType, token string) *Clie
timeStats
:=
&
timeStatsService
{
client
:
c
}
// Create all the public services.
c
.
AwardEmoji
=
&
AwardEmojiService
{
client
:
c
}
c
.
Branches
=
&
BranchesService
{
client
:
c
}
c
.
BuildVariables
=
&
BuildVariablesService
{
client
:
c
}
c
.
Commits
=
&
CommitsService
{
client
:
c
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment