Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
perxis-go
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Package Registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
perxis
perxis-go
Commits
b89160fc
Commit
b89160fc
authored
1 year ago
by
ko_oler
Browse files
Options
Downloads
Patches
Plain Diff
sip
parent
b83ba98b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pkg/content/content.go
+4
-0
4 additions, 0 deletions
pkg/content/content.go
with
4 additions
and
0 deletions
pkg/content/content.go
+
4
−
0
View file @
b89160fc
...
...
@@ -38,6 +38,10 @@ type Content struct {
runners
[]
Runnable
}
const
(
DBVersion
uint32
=
1
)
func
(
c
*
Content
)
RegisterStart
(
svc
interface
{})
{
if
r
,
ok
:=
svc
.
(
Runnable
);
ok
{
c
.
runners
=
append
(
c
.
runners
,
r
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment