18 lines
408 B
Plaintext
18 lines
408 B
Plaintext
{
|
|
"Return Function Template": {
|
|
"prefix": "returnfunc",
|
|
"body": [
|
|
"return returnFunc({",
|
|
"\tsuccess: ${1:true},",
|
|
"\tlevel: \"${2:error}\",",
|
|
"\tmodule: \"${3:system}\",",
|
|
"\tsubModule: \"${4:db}\",",
|
|
"\tmessage: \"${5:Failed to connect to the prod sql server.}\",",
|
|
"\tdata: ${6:[]},",
|
|
"\tnotify: ${7:false},",
|
|
"});"
|
|
],
|
|
"description": "Insert a returnFunc template"
|
|
}
|
|
}
|