Module context

Source
Expand description

Context types for command implementations.

The implementation of each command in the crate::command module takes exactly one of these context types, depending on whether it requires access to a valid authentication profile and active region.

Structsยง

Context
Context for a basic command.
ContextLoadArgs
Arguments for Context::load.
ProfileContext
Context for a command that requires a valid authentication profile.
RegionContext
Context for a command that requires a valid authentication profile and an active region.