(c *csconfig.Config)
| 40 | } |
| 41 | |
| 42 | func LAPI(c *csconfig.Config) error { |
| 43 | return _lapi(c, false) |
| 44 | } |
| 45 | |
| 46 | // LAPINoOnlineCreds is a variant of LAPI that does not attempt to load and use capi credentials. |
| 47 | func LAPINoOnlineCreds(c *csconfig.Config) error { |
no test coverage detected
searching dependent graphs…