Crosswake. Bridge. Commands. PermissionsStatus
(crosswake v0.1.0)
View Source
Typed payload structs for the read-only permissions.status bridge command.
Summary
Functions
@spec new_request(keyword()) :: {:ok, Crosswake.Bridge.Commands.PermissionsStatus.Request.t()} | {:error, :unsupported_alias}
@spec new_response(keyword()) :: Crosswake.Bridge.Commands.PermissionsStatus.Response.t()
@spec supported_aliases() :: [String.t()]
@spec supported_statuses() :: [
Crosswake.Bridge.Commands.PermissionsStatus.Response.status()
]