mirror of
https://github.com/gogs/gogs.git
synced 2026-01-13 10:52:21 +01:00
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
11 lines
153 B
Go
11 lines
153 B
Go
package context
|
|
|
|
import (
|
|
"gogs.io/gogs/internal/database"
|
|
)
|
|
|
|
type APIOrganization struct {
|
|
Organization *database.User
|
|
Team *database.Team
|
|
}
|