33 lines
619 B
JSON
33 lines
619 B
JSON
|
{
|
||
|
"id": "com.monkeystew.todotxtenyo.beta.service",
|
||
|
"description": "FileIO Service",
|
||
|
"services": [
|
||
|
{
|
||
|
"name": "com.monkeystew.todotxtenyo.beta.service",
|
||
|
"description": "FileIO Service",
|
||
|
"commands": [
|
||
|
{
|
||
|
"name": "readdir",
|
||
|
"assistant": "ReadDirAssistant",
|
||
|
"public": true
|
||
|
},
|
||
|
{
|
||
|
"name": "makedir",
|
||
|
"assistant": "MakeDirAssistant",
|
||
|
"public": true
|
||
|
},
|
||
|
{
|
||
|
"name": "writefile",
|
||
|
"assistant": "WriteFileAssistant",
|
||
|
"public": true
|
||
|
},
|
||
|
{
|
||
|
"name": "readfile",
|
||
|
"assistant": "ReadFileAssistant",
|
||
|
"public": true
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|