learning_go/ceph/types.go
Alexander Pivkin 5b253ebafb sdf
2025-09-05 15:58:57 +03:00

10 lines
119 B
Go

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