Documentation
¶
Overview ¶
Package cache handles local file caching for subscription data.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MembershipCache ¶
type MembershipCache struct {
CachedAt string `json:"cached_at"`
Data json.RawMessage `json:"data"`
}
MembershipCache wraps subscription data with a timestamp.
Click to show internal directories.
Click to hide internal directories.