| 920 | } |
| 921 | |
| 922 | type issue602Organization struct { |
| 923 | ID string `json:"id" db:"id,omitempty"` |
| 924 | Name string `json:"name" db:"name"` |
| 925 | CreatedAt time.Time `json:"created_at,omitempty" db:"created_at,omitempty"` |
| 926 | UpdatedAt time.Time `json:"updated_at,omitempty" db:"updated_at,omitempty"` |
| 927 | } |
| 928 | |
| 929 | type issue602OrganizationStore struct { |
| 930 | db.Store |
nothing calls this directly
no outgoing calls
no test coverage detected