mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-03-29 08:38:02 +08:00
13 lines
202 B
CoffeeScript
13 lines
202 B
CoffeeScript
action = require './action'
|
|
service = require './service'
|
|
|
|
module.exports =
|
|
name: 'redis'
|
|
type: 'service'
|
|
|
|
action: action
|
|
service: service
|
|
|
|
switch: true
|
|
switch_status: service.switch_status
|