6 lines
50 B
Go
Raw Normal View History

2015-10-16 10:03:22 +00:00
package config
type User interface {
ID() *ID
}