Documentation ¶ Index ¶ type Store func New(path string, logger *logrus.Logger, maxVersions int) (*Store, error) func (s *Store) Close() error func (s *Store) List(namespace, kind, name string, maxHistory int) (map[string][]*store.Event, error) func (s *Store) Observe(ev *store.Event) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Store ¶ type Store struct { // contains filtered or unexported fields } func New ¶ func New(path string, logger *logrus.Logger, maxVersions int) (*Store, error) func (*Store) Close ¶ func (s *Store) Close() error func (*Store) List ¶ func (s *Store) List(namespace, kind, name string, maxHistory int) (map[string][]*store.Event, error) func (*Store) Observe ¶ func (s *Store) Observe(ev *store.Event) error Source Files ¶ View all Source files store.go Click to show internal directories. Click to hide internal directories.