add request signatures and GET/POST requests
This commit is contained in:
parent
0e71e9dc5f
commit
7a694623e5
24 changed files with 690 additions and 30 deletions
15
identity/.sqlx/query-e8680ec00d42254b8fc8240636d8e91cbd34ef31391418828f4a0bb4e9e2a4ce.json
generated
Normal file
15
identity/.sqlx/query-e8680ec00d42254b8fc8240636d8e91cbd34ef31391418828f4a0bb4e9e2a4ce.json
generated
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"db_name": "PostgreSQL",
|
||||
"query": "insert into instance (public_key, private_key) values ($1, $2)",
|
||||
"describe": {
|
||||
"columns": [],
|
||||
"parameters": {
|
||||
"Left": [
|
||||
"Text",
|
||||
"Text"
|
||||
]
|
||||
},
|
||||
"nullable": []
|
||||
},
|
||||
"hash": "e8680ec00d42254b8fc8240636d8e91cbd34ef31391418828f4a0bb4e9e2a4ce"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue