WithSchemes overrides the default schemes, provided by the meta section of the spec file.
(schemes []string)
| 128 | // WithSchemes overrides the default schemes, |
| 129 | // provided by the meta section of the spec file. |
| 130 | func (cfg *TransportConfig) WithSchemes(schemes []string) *TransportConfig { |
| 131 | cfg.Schemes = schemes |
| 132 | return cfg |
| 133 | } |
| 134 | |
| 135 | // GarmAPI is a client for garm API |
| 136 | type GarmAPI struct { |
no outgoing calls