Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Init package libbeat/statestore #19117

Merged
merged 4 commits into from
Jun 12, 2020
Merged

Init package libbeat/statestore #19117

merged 4 commits into from
Jun 12, 2020

Commits on Jun 11, 2020

  1. Init package libbeat/statestore

    Initialize support for the statestore package. The addition of the
    statestore package is split up into multiple changeset to ease review.
    The final version of the package can be found here: https://github.com/urso/beats/tree/fb-input-v2-combined/libbeat/statestore
    
    Once finalized, the libbeat/statestore package contains:
    - The statestore frontend and interface for use within Beats
    - Interfaces for the store backend
    - A common set of tests store backends need to support
    - a storetest package for testing new features that require a store. The
      testing helpers use map[string]interface{} that can be initialized or
      queried after the test run for validation purposes.
    - The default memlog backend + tests
    
    This change include the frontend and backend interfaces only
    urso committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    5e86e3d View commit details
    Browse the repository at this point in the history
  2. Add some more godoc

    urso committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    3263da8 View commit details
    Browse the repository at this point in the history
  3. Add missing dependency

    urso committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    1dd0519 View commit details
    Browse the repository at this point in the history
  4. go modules wants to update more dependencies

    urso committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    e8cb1ad View commit details
    Browse the repository at this point in the history