Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Clutch
Commits
124f3819
Unverified
Commit
124f3819
authored
4 years ago
by
Derek
Committed by
GitHub
4 years ago
Browse files
Options
Download
Email Patches
Plain Diff
examples: update amiibo gateway parameters (#85)
parent
6d663ecd
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/amiibo/backend/main.go
+2
-1
examples/amiibo/backend/main.go
with
2 additions
and
1 deletion
+2
-1
examples/amiibo/backend/main.go
+
2
-
1
View file @
124f3819
...
...
@@ -3,6 +3,7 @@
package
main
import
(
"github.com/lyft/clutch/backend/cmd/assets"
"github.com/lyft/clutch/backend/gateway"
amiibomod
"github.com/lyft/clutch/backend/module/amiibo"
amiiboservice
"github.com/lyft/clutch/backend/service/amiibo"
...
...
@@ -13,5 +14,5 @@ func main() {
components
:=
gateway
.
CoreComponentFactory
components
.
Modules
[
amiibomod
.
Name
]
=
amiibomod
.
New
components
.
Services
[
amiiboservice
.
Name
]
=
amiiboservice
.
New
gateway
.
Run
(
flags
,
components
)
gateway
.
Run
(
flags
,
components
,
assets
.
VirtualFS
)
}
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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
Menu
Projects
Groups
Snippets
Help