Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

chore: rename comment's ceresdb to horaedb #285

Merged
merged 1 commit into from
Dec 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion server/id/id.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ package id

import "context"

// Allocator defines the id allocator on the ceresdb cluster meta info.
// Allocator defines the id allocator on the horaedb cluster meta info.
type Allocator interface {
// Alloc allocs a unique id.
Alloc(ctx context.Context) (uint64, error)
Expand Down