mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-05-02 14:46:12 -04:00
more capability work
This commit is contained in:
parent
e674eaf496
commit
8f721c428b
33 changed files with 456 additions and 474 deletions
|
@ -60,6 +60,7 @@ class Capability(StrEnum):
|
|||
CAP_WILL_VALIDATE_DIAL_INFO = "DIAL"
|
||||
CAP_WILL_DHT = "DHTV"
|
||||
CAP_WILL_APPMESSAGE = "APPM"
|
||||
CAP_WILL_BLOCKSTORE = "BLOC"
|
||||
|
||||
|
||||
class Stability(StrEnum):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue