Files
openlan/pkg/access/http/interface.go
2025-04-21 10:45:08 +08:00

9 lines
129 B
Go
Executable File

package http
import "github.com/luscis/openlan/pkg/config"
type Accesser interface {
UUID() string
Config() *config.Access
}