mirror of
https://github.com/gnh1201/caterpillar.git
synced 2025-09-07 10:22:51 +00:00
Update container.py
This commit is contained in:
parent
b267f5e22b
commit
14878eea50
|
@ -9,13 +9,15 @@ class Container(Extension):
|
||||||
self.exported_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):
|
||||||
print ("[*] Greeting!")
|
print ("[*] Greeting! dispatch")
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def container_run(self, type, id, params, conn):
|
def container_run(self, type, id, params, conn):
|
||||||
|
print ("[*] Greeting! container_run")
|
||||||
# todo
|
# todo
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def container_stop(self, type, id, params, conn):
|
def container_stop(self, type, id, params, conn):
|
||||||
|
print ("[*] Greeting! container_stop")
|
||||||
# todo
|
# todo
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Reference in New Issue
Block a user