Files
EdgeAPI/internal/acme/auth_callback.go

4 lines
68 B
Go
Raw Normal View History

package acme
type AuthCallback func(domain, token, keyAuth string)