(subDomain metadbmodel.SubDomain)
| 136 | } |
| 137 | |
| 138 | func MetadataSubDomain(subDomain metadbmodel.SubDomain) func(*Platform) { |
| 139 | return func(m *Platform) { |
| 140 | m.SetSubDomain(subDomain) |
| 141 | } |
| 142 | } |
| 143 | |
| 144 | type DomainInfo struct { |
| 145 | metadbmodel.Domain |
nothing calls this directly
no test coverage detected