9 lines
104 B
Go
9 lines
104 B
Go
package main
|
|
|
|
const config = "/etc/ceph/ceph.conf"
|
|
|
|
type params struct {
|
|
cluster string
|
|
user string
|
|
}
|