Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Botloader/botloader
/ GuildLoggerBackend
Interface
GuildLoggerBackend
components/guild-logger/src/lib.rs:16–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
15
#[async_trait::async_trait]
16
pub trait GuildLoggerBackend {
17
async fn handle_entry(&self, entry: LogEntry);
18
}
19
20
enum LogCommand {
21
LogMessage(LogEntry),
Callers
nothing calls this directly
Implementers
5
integration_testing.rs
components/scheduler/src/integration_t
lib.rs
components/vmworker/src/lib.rs
discord_backend.rs
components/guild-logger/src/discord_ba
guild_subscriber_backend.rs
components/guild-logger/src/guild_subs
main.rs
cmd/vmbench/src/main.rs
Calls
no outgoing calls
Tested by
no test coverage detected