implement svg interface in login and signup
This commit is contained in:
@@ -12,4 +12,7 @@ type DbAccessor interface {
|
||||
UpdateUserInterface(model.UserId, model.UserInterface) error
|
||||
Renew(model.CustomerId) error
|
||||
RefreshUser(model.User, []int, model.CustomerAttributes) error
|
||||
RandomSvgInterface(model.KeypadDimension) ([]string, error)
|
||||
RandomSvgIdxInterface(model.KeypadDimension) (model.SvgIdInterface, error)
|
||||
GetSvgStringInterface(model.SvgIdInterface) ([]string, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user