MCPcopy Create free account
hub / github.com/MMadmer/EpicAssetsNotifyBot / ChannelSubscription

Struct ChannelSubscription

internal/store/sqlite/types.go:4–8  ·  view source on GitHub ↗

ChannelSubscription mirrors the legacy channel_subscriptions table.

Source from the content-addressed store, hash-verified

2
3// ChannelSubscription mirrors the legacy channel_subscriptions table.
4type ChannelSubscription struct {
5 ID int64 `json:"id"`
6 ShownAssets bool `json:"shown_assets"`
7 Locale string `json:"locale"`
8}
9
10// GuildConfig mirrors the runtime guild_configs table.
11type GuildConfig struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected