func Cmd(cf *LoggingCmdFactory) *cobra.Command
Cmd returns the cobra command for Logging
LoggingCmdFactory holds the clients used by LoggingCmd
type LoggingCmdFactory struct {
AdminClient pb.AdminClient
// contains filtered or unexported fields
}
func InitCmdFactory() (*LoggingCmdFactory, error)
InitCmdFactory init the LoggingCmdFactory with default admin client