mirror of
https://github.com/luscis/openlan.git
synced 2025-09-26 20:41:29 +08:00
9 lines
129 B
Go
Executable File
9 lines
129 B
Go
Executable File
package http
|
|
|
|
import "github.com/luscis/openlan/pkg/config"
|
|
|
|
type Accesser interface {
|
|
UUID() string
|
|
Config() *config.Access
|
|
}
|