Skip to content

Commit

Permalink
remove lines that generate dependency on sql (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
sredxny authored Mar 7, 2022
1 parent db6f38a commit 9a51fef
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tap/authregister_backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
proxy */
package tap

import "github.com/TykTechnologies/tyk/apidef"

// AuthRegisterBackend is an interface to provide storage for profiles loaded into TAP
type AuthRegisterBackend interface {
Init(interface{})
Expand All @@ -12,8 +10,3 @@ type AuthRegisterBackend interface {
GetAll(orgId string) []interface{}
DeleteKey(key string, orgId string) error
}

type DBObject interface {
DBID() apidef.ObjectId
SetDBID(id apidef.ObjectId)
}

0 comments on commit 9a51fef

Please sign in to comment.