mirror of
https://github.com/go-shiori/shiori.git
synced 2025-01-16 04:48:30 +08:00
6 lines
115 B
Go
6 lines
115 B
Go
|
package model
|
||
|
|
||
|
import "time"
|
||
|
|
||
|
type LegacyLoginHandler func(account Account, expTime time.Duration) (string, error)
|