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