modweb/auth.go

6 lines
48 B
Go
Raw Normal View History

2020-11-11 22:48:11 +00:00
package modweb
type AuthHandler interface {
}