Files
authentik/internal/outpost/ak/outpost.go
2021-08-21 16:17:30 +02:00

8 lines
95 B
Go

package ak
type Outpost interface {
Start() error
Refresh() error
TimerFlowCacheExpiry()
}