| 203 | } |
| 204 | |
| 205 | type alpha struct { |
| 206 | id int |
| 207 | containerID string |
| 208 | containerName string |
| 209 | aliasName string |
| 210 | isRunning bool |
| 211 | } |
| 212 | |
| 213 | func (a *alpha) cname() string { |
| 214 | return a.containerName |
nothing calls this directly
no outgoing calls
no test coverage detected