api: Rename Transport to TransportListEntry (#8009)

Follow-up to https://github.com/chatmail/core/pull/7994/, in order to
prevent clashes with other things that are called `Transport`, and in
order to make the struct name more greppable
This commit is contained in:
Hocuri
2026-03-18 16:17:53 +01:00
committed by GitHub
parent 810dab12dc
commit fba4e63961
4 changed files with 10 additions and 10 deletions

View File

@@ -81,7 +81,7 @@ pub struct EnteredServerLoginParam {
/// A transport, as shown in the "relays" list in the UI.
#[derive(Debug)]
pub struct Transport {
pub struct TransportListEntry {
/// The login data entered by the user.
pub param: EnteredLoginParam,
/// Whether this transport is set to 'unpublished'.