service.go 142 B

12345678910
  1. package web
  2. import (
  3. "github.com/v2ray/v2ray-core/common/protocol"
  4. )
  5. type Authenciation struct {
  6. Required bool
  7. User *protocol.User
  8. }