You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 6, 2018. It is now read-only.
The external interface to the library need to be pared down significantly. A client using go-raft should only need to access a couple functions on the Server such as Start(), Stop(), etc. Everything else should be internal-only.
The text was updated successfully, but these errors were encountered:
The external interface to the library need to be pared down significantly. A client using go-raft should only need to access a couple functions on the
Server
such asStart()
,Stop()
, etc. Everything else should be internal-only.The text was updated successfully, but these errors were encountered: