mirror of
https://github.com/chatmail/core.git
synced 2026-04-18 14:06:29 +03:00
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:
@@ -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'.
|
||||
|
||||
Reference in New Issue
Block a user