| 53 | } |
| 54 | |
| 55 | type tokenGetter struct { |
| 56 | authOpt *gophercloud.AuthOptions |
| 57 | } |
| 58 | |
| 59 | // Token creates a token by authenticate with keystone. |
| 60 | func (t *tokenGetter) Token() (string, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected