Exemple #1
0
func ListUnits(b backend.Backend) error {
	err := b.ListUnits()
	return err
}