sql: Refactor use of tables
This commit is contained in:
parent
85fe5b5c5a
commit
73d821e320
19 changed files with 191 additions and 83 deletions
|
|
@ -25,6 +25,7 @@ type Auth struct {
|
|||
|
||||
var (
|
||||
_ component.Routeable = (*Auth)(nil)
|
||||
_ component.Table = (*Auth)(nil)
|
||||
)
|
||||
|
||||
func (auth *Auth) Routes() component.Routes {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue