Post-Migrator/services/shared/id.go

6 lines
45 B
Go

package shared
type Id struct {
Id int64
}