learning_go/ceph/types.go
Alexander Pivkin 45097b6b76 cephconn
2025-09-05 15:33:12 +03:00

11 lines
133 B
Go

package main
import "time"
const config = "/etc/ceph/ceph.conf"
type params struct {
duration time.Duration
blockSize uint64
}