Versions in this module Expand all Collapse all v0 v0.3.0 Jun 10, 2026 v0.2.0 May 29, 2026 Changes in this version + type Entry struct + CreatedAt time.Time + Env string + Name string + Schedule string + Source string + Token string + Type string + URL string + type Store struct + Entries []Entry + func Load() (*Store, error) + func (s *Store) Add(e Entry) error + func (s *Store) Find(token string) *Entry + func (s *Store) FindByTypeNameEnv(typ, name, env string) *Entry + func (s *Store) Remove(token string) bool + func (s *Store) Save() error