package
Version:
v0.0.11
Opens a new window with list of versions in this module.
Published: May 18, 2023
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
NewRepository initializes a new cache repository
type Entry struct {
Key string `db:"key"`
NotificationService string `db:"notification_service"`
Date string `db:"date"`
}
Entry is a struct for a cache entry
Repository is an interface for the cache
Source Files
¶
Click to show internal directories.
Click to hide internal directories.