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

Struct UserProfile

internal/store/sqlite/types.go:23–28  ·  view source on GitHub ↗

UserProfile mirrors the user_profiles table.

Source from the content-addressed store, hash-verified

21
22// UserProfile mirrors the user_profiles table.
23type UserProfile struct {
24 ID int64 `json:"id"`
25 ShownAssets bool `json:"shown_assets"`
26 Locale string `json:"locale"`
27 Subscribed bool `json:"subscribed"`
28}
29
30// Asset mirrors the current_assets table.
31type Asset struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected