PluginInfo

public struct PluginInfo : Equatable

Plugin info type.

  • Undocumented

    Declaration

    Swift

    public let name: String
  • Undocumented

    Declaration

    Swift

    public let address: String
  • Undocumented

    Declaration

    Swift

    public let port: Int32
  • Initializes a new PluginInfo.

    Declaration

    Swift

    public init(name: String, address: String, port: Int32)

    Parameters

    name

    Name of the plugin

    address

    Address where the plugin is running

    port

    Port where the plugin is running

  • Declaration

    Swift

    public static func == (lhs: PluginInfo, rhs: PluginInfo) -> Bool