PropertyMethods creates an PropertyMethodsInitialize for vals.
(vals Properties)
| 32 | |
| 33 | // PropertyMethods creates an PropertyMethodsInitialize for vals. |
| 34 | func PropertyMethods(vals Properties) PropertyMethodsInitialize { |
| 35 | return PropertyMethodsInitialize{ |
| 36 | vals: vals, |
| 37 | } |
| 38 | } |
| 39 | |
| 40 | // SupportedManifestMIMETypes tells which manifest mime types the destination supports |
| 41 | // If an empty slice or nil it's returned, then any mime type can be tried to upload |
no outgoing calls
no test coverage detected
searching dependent graphs…