Organization #3
@@ -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"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user