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

v3 doc need more example #37

Open
DoubleSpout opened this issue Nov 5, 2019 · 1 comment
Open

v3 doc need more example #37

DoubleSpout opened this issue Nov 5, 2019 · 1 comment

Comments

@DoubleSpout
Copy link
Contributor

v3 doc need more example, such as api return schema like:

  events = { {
      kv = {
        create_revision = "42",
        key = "/aaa/bbb",
        mod_revision = "43",
        value = "abc",
        version = "2"
      }
    }, {
      kv = {
        key = "/xxx/yyy",
        mod_revision = "44"
      },
      type = "DELETE"
    } },
  header = {
    cluster_id = "14841639068965178418",
    member_id = "10276657743932975437",
    raft_term = "2",
    revision = "44"
  }
}
@membphis
Copy link
Contributor

membphis commented Nov 5, 2019

PR welcome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants