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

Struct DeadlineInfo

internal/model/types.go:17–24  ·  view source on GitHub ↗

DeadlineInfo mirrors the parsed deadline metadata from the scraper.

Source from the content-addressed store, hash-verified

15
16// DeadlineInfo mirrors the parsed deadline metadata from the scraper.
17type DeadlineInfo struct {
18 Day int `json:"day"`
19 Month int `json:"month"`
20 Year int `json:"year"`
21 Hour int `json:"hour"`
22 Minute int `json:"minute"`
23 GMTOffset string `json:"gmt_offset"`
24}
25
26// StoredDeadline preserves the Python payload shape: string, object, or null.
27type StoredDeadline struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected