mirror of
https://github.com/gnh1201/caterpillar.git
synced 2025-11-27 18:10:40 +00:00
Update container.py
This commit is contained in:
parent
bee65559da
commit
a9c0ab559f
|
|
@ -4,7 +4,7 @@ class Container(Extension):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.type = "rpcmethod"
|
self.type = "rpcmethod"
|
||||||
self.method = "container_init"
|
self.method = "container_init"
|
||||||
self.methods = ["container_run", "container_stop"]
|
self.exported_methods = ["container_run", "container_stop"]
|
||||||
|
|
||||||
def dispatch(self, type, id, params, conn):
|
def dispatch(self, type, id, params, conn):
|
||||||
pass
|
pass
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user