Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSiteTokenFynePreferences ¶
func NewSiteTokenFynePreferences(prefs fyne.Preferences) ui.SiteTokenRepo
Types ¶
type SiteTokenRepoFynePreferences ¶
type SiteTokenRepoFynePreferences struct {
// contains filtered or unexported fields
}
func (*SiteTokenRepoFynePreferences) Delete ¶
func (str *SiteTokenRepoFynePreferences) Delete(pair plausible.SiteTokenPair) error
func (*SiteTokenRepoFynePreferences) List ¶
func (str *SiteTokenRepoFynePreferences) List() ([]plausible.SiteTokenPair, error)
func (*SiteTokenRepoFynePreferences) Store ¶
func (str *SiteTokenRepoFynePreferences) Store(pair plausible.SiteTokenPair) error
Click to show internal directories.
Click to hide internal directories.