user.go 50 B

12345
  1. package config
  2. type User interface {
  3. ID() *ID
  4. }