LogCache returns the HREF of the Loggregator Traffic Controller.
()
| 61 | |
| 62 | // LogCache returns the HREF of the Loggregator Traffic Controller. |
| 63 | func (info Root) LogCache() string { |
| 64 | return info.Links.LogCache.HREF |
| 65 | } |
| 66 | |
| 67 | // Logging returns the HREF of the Loggregator Traffic Controller. |
| 68 | func (info Root) Logging() string { |