Fork of guildhouse/org-ops. Binary: guildhouse-ops → bxnet-ops DID: guildhouse.dev → bxnet.io Upstream remote configured for sync. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
6 lines
144 B
Rust
6 lines
144 B
Rust
#[derive(Debug, Clone)]
|
|
pub struct SessionContext {
|
|
pub org_name: String,
|
|
pub trust_domain: String,
|
|
pub bascule_endpoint: String,
|
|
}
|