mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-06-25 15:20:36 -04:00
python work
This commit is contained in:
parent
df0b06bf3c
commit
d053e93e72
13 changed files with 659 additions and 1036 deletions
|
@ -11,7 +11,7 @@ if [ ! -f "$VEILID_SERVER" ]; then
|
|||
fi
|
||||
|
||||
# Produce schema from veilid-server
|
||||
$VEILID_SERVER --emit-schema Request > $SCRIPTDIR/schema/Request.json
|
||||
$VEILID_SERVER --emit-schema RecvMessage > $SCRIPTDIR/schema/RecvMessage.json
|
||||
$VEILID_SERVER --emit-schema Request > $SCRIPTDIR/veilid_python/schema/Request.json
|
||||
$VEILID_SERVER --emit-schema RecvMessage > $SCRIPTDIR/veilid_python/schema/RecvMessage.json
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue