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

Commit

Permalink
chore: rename comment's ceresdb to horaedb (#285)
Browse files Browse the repository at this point in the history
## Rationale
related apache/horaedb#1319

## Detailed Changes
rename comment's ceresdb to horaedb

## Test Plan
ci
  • Loading branch information
caicancai authored Dec 5, 2023
1 parent 2bce1d1 commit 1285ef8
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 1285ef8

Please sign in to comment.