feat: invite members and manage members

This commit is contained in:
talksik
2026-03-24 19:49:34 -07:00
parent bf0147d542
commit 7eeb25059d
14 changed files with 655 additions and 39 deletions
+4 -3
View File
@@ -13,7 +13,8 @@ type Network struct {
}
type Invitation struct {
NetworkID string
Email string
CreatedAt time.Time
NetworkID string
NetworkName string
Email string
CreatedAt time.Time
}