Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
陈曦
sub2api
Commits
a3ea8eca
Commit
a3ea8eca
authored
Apr 23, 2026
by
erio
Browse files
fix(wire): add ChannelMonitorRunner.Stop() to cleanup steps in wire_gen.go
parent
49787269
Changes
1
Hide whitespace changes
Inline
Side-by-side
backend/cmd/server/wire_gen.go
View file @
a3ea8eca
...
@@ -457,6 +457,12 @@ func provideCleanup(
...
@@ -457,6 +457,12 @@ func provideCleanup(
}
}
return
nil
return
nil
}},
}},
{
"ChannelMonitorRunner"
,
func
()
error
{
if
channelMonitorRunner
!=
nil
{
channelMonitorRunner
.
Stop
()
}
return
nil
}},
}
}
infraSteps
:=
[]
cleanupStep
{
infraSteps
:=
[]
cleanupStep
{
...
...
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