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
62
identity/.sqlx/query-dab570575b63e52a4bee944f139121074794c172310c88bdcdd8bef083df9431.json
generated
Normal file
62
identity/.sqlx/query-dab570575b63e52a4bee944f139121074794c172310c88bdcdd8bef083df9431.json
generated
Normal file
|
@ -0,0 +1,62 @@
|
|||
{
|
||||
"db_name": "PostgreSQL",
|
||||
"query": "select id, domain, base_url, public_key,\n status as \"status: InstanceStatus\", reason\n from chat_instances where domain = $1",
|
||||
"describe": {
|
||||
"columns": [
|
||||
{
|
||||
"ordinal": 0,
|
||||
"name": "id",
|
||||
"type_info": "Text"
|
||||
},
|
||||
{
|
||||
"ordinal": 1,
|
||||
"name": "domain",
|
||||
"type_info": "Text"
|
||||
},
|
||||
{
|
||||
"ordinal": 2,
|
||||
"name": "base_url",
|
||||
"type_info": "Text"
|
||||
},
|
||||
{
|
||||
"ordinal": 3,
|
||||
"name": "public_key",
|
||||
"type_info": "Text"
|
||||
},
|
||||
{
|
||||
"ordinal": 4,
|
||||
"name": "status: InstanceStatus",
|
||||
"type_info": {
|
||||
"Custom": {
|
||||
"name": "instance_status",
|
||||
"kind": {
|
||||
"Enum": [
|
||||
"active",
|
||||
"suspended"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"ordinal": 5,
|
||||
"name": "reason",
|
||||
"type_info": "Text"
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
"Left": [
|
||||
"Text"
|
||||
]
|
||||
},
|
||||
"nullable": [
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
true
|
||||
]
|
||||
},
|
||||
"hash": "dab570575b63e52a4bee944f139121074794c172310c88bdcdd8bef083df9431"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue