inbound.go 66 B

12345
  1. package config
  2. type Inbound interface {
  3. AllowedUsers() []User
  4. }