(name string)
| 204 | } |
| 205 | |
| 206 | func secretFromName(name string) swarm.Secret { |
| 207 | return swarm.Secret{ |
| 208 | ID: "ID-" + name, |
| 209 | Spec: swarm.SecretSpec{ |
| 210 | Annotations: swarm.Annotations{Name: name}, |
| 211 | }, |
| 212 | } |
| 213 | } |
| 214 | |
| 215 | func configFromName(name string) swarm.Config { |
| 216 | return swarm.Config{ |
no outgoing calls
no test coverage detected
searching dependent graphs…