authentik/internal/outpost/ak/outpost.go

8 lines
95 B
Go

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