Files

11 lines
135 B
Go

package human
import "time"
type Human struct {
ID string
Email string
EmailPrefix string
CreatedAt time.Time
}