learning_go/ceph/types.go
Alexander Pivkin 25bae7a7e1 sdf
2025-09-05 15:52:22 +03:00

9 lines
104 B
Go

package main
const config = "/etc/ceph/ceph.conf"
type params struct {
cluster string
user string
}