Keel
Toggle table of contents
0.0.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Keel
keel-core
/
com.keel.kernel.routing
/
PluginDiscoverData
Plugin
Discover
Data
@
Serializable
data
class
PluginDiscoverData
(
val
discovered
:
List
<
DiscoveredPluginInfo
>
,
val
total
:
Int
)
(
source
)
Members
Constructors
Plugin
Discover
Data
Link copied to clipboard
constructor
(
discovered
:
List
<
DiscoveredPluginInfo
>
,
total
:
Int
)
Properties
discovered
Link copied to clipboard
val
discovered
:
List
<
DiscoveredPluginInfo
>
total
Link copied to clipboard
val
total
:
Int