This website requires JavaScript.
Explore
Help
Sign In
Influxdata
/
influxdb
mirror of
https://github.com/influxdata/influxdb.git
Watch
1
Star
0
Fork
You've already forked influxdb
0
Code
Issues
Projects
Releases
Wiki
Activity
baabefd455
influxdb
/
wal
/
mock_shard_test.go
11 lines
107 B
Go
Raw
Blame
History
package
wal
type
MockShard
struct
{
Shard
id
uint32
}
func
(
s
*
MockShard
)
Id
(
)
uint32
{
return
s
.
id
}
Reference in New Issue
View Git Blame
Copy Permalink