1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2025-06-02 11:30:35 +02:00

More tests

This commit is contained in:
binwiederhier 2022-12-28 13:46:18 -05:00
parent a2e474c375
commit f79348817f
5 changed files with 65 additions and 33 deletions

View file

@ -4,6 +4,7 @@ package user
import (
"errors"
"regexp"
"time"
)
type Auther interface {
@ -31,7 +32,7 @@ type User struct {
type Token struct {
Value string
Expires int64
Expires time.Time
}
type Prefs struct {