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

Struct Asset

internal/model/types.go:10–14  ·  view source on GitHub ↗

Asset represents a single free listing card from Fab.

Source from the content-addressed store, hash-verified

8
9// Asset represents a single free listing card from Fab.
10type Asset struct {
11 Name *string `json:"name,omitempty"`
12 Link string `json:"link"`
13 Image *string `json:"image,omitempty"`
14}
15
16// DeadlineInfo mirrors the parsed deadline metadata from the scraper.
17type DeadlineInfo struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected