mirror of
https://github.com/gogs/gogs.git
synced 2026-05-28 21:30:36 +00:00
59e9fa191b
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
|
|
}
|