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

Struct Asset

internal/store/sqlite/types.go:31–35  ·  view source on GitHub ↗

Asset mirrors the current_assets table.

Source from the content-addressed store, hash-verified

29
30// Asset mirrors the current_assets table.
31type Asset struct {
32 Name *string `json:"name,omitempty"`
33 Link string `json:"link"`
34 Image *string `json:"image,omitempty"`
35}
36
37// DeadlineInfo mirrors the structured deadline payload used by the Python bot.
38type DeadlineInfo struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected