Skip to content

Commit 4907087

Browse files
author
Jordan Halterman
committed
Add missing API files
1 parent 1f4a859 commit 4907087

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

api/atomix/runtime/v1/object.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// SPDX-FileCopyrightText: 2022-present Intel Corporation
2+
//
3+
// SPDX-License-Identifier: Apache-2.0
4+
5+
package v1
6+
7+
type Revision uint64

api/atomix/runtime/v1/timestamp.go

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
// SPDX-FileCopyrightText: 2022-present Intel Corporation
2+
//
3+
// SPDX-License-Identifier: Apache-2.0
4+
5+
package v1
6+
7+
import "time"
8+
9+
type PhysicalTime = time.Time
10+
11+
type LogicalTime uint64
12+
13+
type Epoch uint64

0 commit comments

Comments
 (0)