Class: GDK::Services::GitlabTopologyService
- Inherits:
-
Base
- Object
- Base
- GDK::Services::GitlabTopologyService
show all
- Defined in:
- lib/gdk/services/gitlab_topology_service.rb
Instance Method Summary
collapse
Methods inherited from Base
#env, #initialize, #procfile_entry
Instance Method Details
#command ⇒ Object
12
13
14
|
# File 'lib/gdk/services/gitlab_topology_service.rb', line 12
def command
"support/exec-cd gitlab-topology-service go run . serve"
end
|
#enabled? ⇒ Boolean
20
21
22
|
# File 'lib/gdk/services/gitlab_topology_service.rb', line 20
def enabled?
config.gitlab_topology_service.enabled?
end
|
#name ⇒ Object
8
9
10
|
# File 'lib/gdk/services/gitlab_topology_service.rb', line 8
def name
'gitlab-topology-service'
end
|
#ready_message ⇒ Object
16
17
18
|
# File 'lib/gdk/services/gitlab_topology_service.rb', line 16
def ready_message
'The TopologyService is up and running.'
end
|