migrate orion repo into monorepo structure
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package human
|
||||
|
||||
import "time"
|
||||
|
||||
type Human struct {
|
||||
ID string
|
||||
Email string
|
||||
EmailPrefix string
|
||||
CreatedAt time.Time
|
||||
}
|
||||
Reference in New Issue
Block a user