Versions in this module Expand all Collapse all v1 v1.1.1 Oct 24, 2024 v1.1.0 Oct 22, 2024 Changes in this version + const Megabyte + type Store struct + DB *leveldb.DB + func New(dbPath string) (*Store, error) + func (s *Store) Close() + func (s *Store) Delete(ip string) error + func (s *Store) Exists(ip string) bool + func (s *Store) GetHostnames(ip string) string + func (s *Store) Iterate(f func(ip string, hostnames []string, counter int)) + func (s *Store) New(ip, hostname string) error + func (s *Store) Update(ip, hostname string) error