inbound.go 85 B

123456
  1. package config
  2. type Inbound interface {
  3. AllowedUsers() []User
  4. UDPEnabled() bool
  5. }