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.plugin
/
UnifiedPluginManager
/
KtorScopeSignature
Ktor
Scope
Signature
data
class
KtorScopeSignature
(
val
applicationPluginKeys
:
List
<
String
>
,
val
servicePluginKeys
:
List
<
String
>
)
(
source
)
Members
Constructors
Ktor
Scope
Signature
Link copied to clipboard
constructor
(
applicationPluginKeys
:
List
<
String
>
,
servicePluginKeys
:
List
<
String
>
)
Properties
application
Plugin
Keys
Link copied to clipboard
val
applicationPluginKeys
:
List
<
String
>
service
Plugin
Keys
Link copied to clipboard
val
servicePluginKeys
:
List
<
String
>