Version returns the version of the targeted UAA
()
| 36 | |
| 37 | // Version returns the version of the targeted UAA |
| 38 | func (v UAAVersion) Version() string { |
| 39 | return v.App.Version |
| 40 | } |
| 41 | |
| 42 | // IsUAAVersionAtLeast returns true if the UAA version >= minVersion, false otherwise. |
| 43 | func IsUAAVersionAtLeast(minVersion string) bool { |
no outgoing calls
no test coverage detected