Organization #3

Merged
phoenix merged 3 commits from org into main 2026-05-28 20:04:12 -04:00
Showing only changes of commit 548a8eaa07 - Show all commits
+2 -3
View File
@@ -6,9 +6,8 @@ import (
"github.com/google/uuid"
)
type Organization struct {
Id uuid.UUID `json:"id"`
Name string `json:"name"`
Id uuid.UUID `json:"id"`
Name string `json:"name"`
Created *time.Time `json:"created,omitempty"`
}