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

Struct DeadlineInfo

internal/store/sqlite/types.go:38–45  ·  view source on GitHub ↗

DeadlineInfo mirrors the structured deadline payload used by the Python bot.

Source from the content-addressed store, hash-verified

36
37// DeadlineInfo mirrors the structured deadline payload used by the Python bot.
38type DeadlineInfo struct {
39 Day int `json:"day"`
40 Month int `json:"month"`
41 Year int `json:"year"`
42 Hour int `json:"hour"`
43 Minute int `json:"minute"`
44 GMTOffset string `json:"gmt_offset"`
45}
46
47// Snapshot is the runtime state persisted by save_snapshot/load_snapshot.
48type Snapshot struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected