DEVELOPMENT ENVIRONMENT

~liljamo/tixe

ref: ff544f59bbafbaa4830d3c07dac049e8db6f4310 tixe/types/user.go -rw-r--r-- 76 bytes
ff544f59Jonni Liljamo feat: some reworks and the first real interaction 1 year, 29 days ago
                                                                                
1
2
3
4
5
6
package types

type User struct {
	Id          string
	DisplayName string
}