()
| 81 | } |
| 82 | |
| 83 | func (l *Flags) AuthStore() *auth0.Store { |
| 84 | return auth0.NewStore(filepath.Join(l.ConfigDir, "credentials.json")) |
| 85 | } |
| 86 | |
| 87 | func (l *Flags) URI() (*storage.URI, error) { |
| 88 | db := strings.TrimRight(l.DB, "/") |
no test coverage detected