chore: code clean-up
This commit is contained in:
parent
e04629db22
commit
cec1ae7e10
3 changed files with 0 additions and 137 deletions
40
models.py
40
models.py
|
|
@ -59,43 +59,3 @@ class TestMessageResponse(BaseModel):
|
|||
private_key: str
|
||||
public_key: str
|
||||
event_json: str
|
||||
|
||||
# class nostrKeys(BaseModel):
|
||||
# pubkey: str
|
||||
# privkey: str
|
||||
|
||||
# class nostrNotes(BaseModel):
|
||||
# id: str
|
||||
# pubkey: str
|
||||
# created_at: str
|
||||
# kind: int
|
||||
# tags: str
|
||||
# content: str
|
||||
# sig: str
|
||||
|
||||
# class nostrCreateRelays(BaseModel):
|
||||
# relay: str = Query(None)
|
||||
|
||||
# class nostrCreateConnections(BaseModel):
|
||||
# pubkey: str = Query(None)
|
||||
# relayid: str = Query(None)
|
||||
|
||||
# class nostrRelays(BaseModel):
|
||||
# id: Optional[str]
|
||||
# relay: Optional[str]
|
||||
# status: Optional[bool] = False
|
||||
|
||||
|
||||
# class nostrRelaySetList(BaseModel):
|
||||
# allowlist: Optional[str]
|
||||
# denylist: Optional[str]
|
||||
|
||||
# class nostrConnections(BaseModel):
|
||||
# id: str
|
||||
# pubkey: Optional[str]
|
||||
# relayid: Optional[str]
|
||||
|
||||
# class nostrSubscriptions(BaseModel):
|
||||
# id: str
|
||||
# userPubkey: Optional[str]
|
||||
# subscribedPubkey: Optional[str]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue