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

Query interface should allow an uint64 to be returned #296

Open
lni opened this issue Mar 16, 2023 · 1 comment
Open

Query interface should allow an uint64 to be returned #296

lni opened this issue Mar 16, 2023 · 1 comment

Comments

@lni
Copy link
Owner

lni commented Mar 16, 2023

as discussed in #290

@kevburnsjr
Copy link
Contributor

Client interface for reference

type Client interface {
	Propose(ctx context.Context, replicaID uint64, cmd []byte, linear bool) (value uint64, data []byte, err error)
	Query(ctx context.Context, replicaID uint64, query []byte, linear bool) (value uint64, data []byte, err error)
}

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