Login returns the HREF of the login server.
()
| 92 | |
| 93 | // Login returns the HREF of the login server. |
| 94 | func (info Root) Login() string { |
| 95 | return info.Links.Login.HREF |
| 96 | } |
| 97 | |
| 98 | // ResourceLinks represents the information returned back from /v3. |
| 99 | type ResourceLinks map[string]resources.APILink |