Files
openlan/pkg/access/http/interface.go
2022-07-29 23:38:54 +08:00

9 lines
127 B
Go
Executable File

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