mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2025-12-22 22:20:02 +00:00
chore: make election mod public (#781)
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
pub(crate) mod etcd;
|
||||
pub mod etcd;
|
||||
|
||||
use crate::error::Result;
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
#![feature(btree_drain_filter)]
|
||||
pub mod bootstrap;
|
||||
mod election;
|
||||
pub mod election;
|
||||
pub mod error;
|
||||
pub mod handler;
|
||||
mod keys;
|
||||
|
||||
Reference in New Issue
Block a user