Expand description
§ts_nodecapability
Shared definition for the Tailscale node capabilities.
Structs§
Type Aliases§
- Map
- A map of node capabilities to their optional values. It is valid for a capability to have
Noneas a value; such capabilities can be tested for by using theMap::contains_keymethod. - NodeCap
- Represents a capability granted to a node.
- Value
- The type of the entry in a
Values.