DEVELOPMENT ENVIRONMENT

~liljamo/tixe

ref: 3b3bb7f5ef08abbd8327dc0092c38feb04e6c84e tixe/types/user.go -rw-r--r-- 76 bytes
3b3bb7f5Jonni Liljamo feat: add dev docker-compose that runs the app with air 1 year, 20 days ago
                                                                                
1
2
3
4
5
6
package types

type User struct {
	Id          string
	DisplayName string
}