Skip to content

Commit a5634b6

Browse files
author
maksim.konovalov
committed
rm useless ClusterInfo
1 parent 0e668aa commit a5634b6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

box/info.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@ import (
99

1010
var _ tarantool.Request = (*InfoRequest)(nil)
1111

12-
// ClusterInfo represents information about the cluster.
13-
// It contains the unique identifier (UUID) of the cluster.
14-
type ClusterInfo struct {
15-
UUID string `msgpack:"uuid"`
16-
}
17-
1812
// Info represents detailed information about the Tarantool instance.
1913
// It includes version, node ID, read-only status, process ID, cluster information, and more.
2014
type Info struct {

0 commit comments

Comments
 (0)