codeword/internal/models/deps.go

16 lines
211 B
Go
Raw Permalink Normal View History

2024-01-11 11:15:28 +00:00
package models
type StoreRecDeps struct {
UserID string
Email string
Key string
Url string
}
type RecEmailDeps struct {
UserID string
Email string
SignWithID string
ID string
}