Key returns the header key.
()
| 65 | |
| 66 | // Key returns the header key. |
| 67 | func (c ChecksumMode) Key() string { |
| 68 | return amzChecksumMode |
| 69 | } |
| 70 | |
| 71 | func (c ChecksumMode) String() string { |
| 72 | switch c & checksumModeMask { |
no outgoing calls
no test coverage detected