migrate orion repo into monorepo structure
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package network
|
||||
|
||||
import "time"
|
||||
|
||||
type Network struct {
|
||||
ID string
|
||||
Name string
|
||||
AdminEmail string
|
||||
MemberEmails []string
|
||||
OpenStreamCapacity int
|
||||
OpenStreamCount int
|
||||
CreatedAt time.Time
|
||||
}
|
||||
Reference in New Issue
Block a user