package sharedmodel import ( "gorm.io/gorm" ) type Connection struct { gorm.Model OrganisationId string OrganisationIdSystem string OrganisationDisplayName string AuthConfigID uint AuthConfig *AuthConfig Services []ServiceConfig }