Documentation ¶
Index ¶
- type Config
- type Store
- func (s *Store) Find(id string) *manifest.Manifest
- func (s *Store) FindByIP(ip net.IP) *manifest.Manifest
- func (s *Store) FindByMAC(mac net.HardwareAddr) *manifest.Manifest
- func (s *Store) ForgetManifest(id string) error
- func (s *Store) GetAll() map[string]*manifest.Manifest
- func (s *Store) LoadFromDirectory(path string) (err error)
- func (s *Store) PutManifest(m manifest.Manifest) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct { // sort of global config GlobalHints struct { HttpPort int } // contains filtered or unexported fields }
func (*Store) ForgetManifest ¶
func (*Store) LoadFromDirectory ¶
Click to show internal directories.
Click to hide internal directories.