v2fly/common/web/service.go

11 lines
129 B
Go

package web
import (
"v2ray.com/core/common/protocol"
)
type Authenciation struct {
Required bool
User *protocol.User
}