Versions in this module Expand all Collapse all v0 v0.21.1 Nov 6, 2024 v0.21.0 Oct 28, 2024 Changes in this version + type Storage struct + func NewStorage(adaptors *adaptors.Adaptors, eventBus bus.Bus) *Storage + func (s *Storage) GetByName(name string) (val string, err error) + func (s *Storage) Pop(name string) (val string, err error) + func (s *Storage) Push(name string, v string) (err error) + func (s *Storage) Search(name string) (result map[string]string) + func (s *Storage) Serialize() + func (s *Storage) Shutdown()