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