kiscord
0.6.0
kiscord-gateway
/
kiscord.gateway.repository
/
GatewayRepositoryProvider
Gateway
Repository
Provider
fun
interface
GatewayRepositoryProvider
(
source
)
Types
Functions
Inheritors
Types
Companion
Link copied to clipboard
object
Companion
Default
Link copied to clipboard
object
Default
:
GatewayRepositoryProvider
Global
Link copied to clipboard
class
Global
(
repository
:
GatewayRepository
)
:
GatewayRepositoryProvider
Per
Shard
Link copied to clipboard
class
PerShard
(
provider
:
GatewayRepositoryProvider
)
:
GatewayRepositoryProvider
Functions
get
Repository
Link copied to clipboard
abstract
fun
getRepository
(
shard
:
Shard
)
:
GatewayRepository
Inheritors
Default
Link copied to clipboard
Global
Link copied to clipboard
PerShard
Link copied to clipboard