()
| 179 | } |
| 180 | |
| 181 | func ExampleDecryptDecode() { |
| 182 | // PRAGMA: This example is used on gocloud.dev; PRAGMA comments adjust how it is shown and can be ignored. |
| 183 | // PRAGMA: On gocloud.dev, hide lines until the next blank line. |
| 184 | var keeper *secrets.Keeper |
| 185 | |
| 186 | decodeFunc := runtimevar.DecryptDecode(keeper, runtimevar.StringDecode) |
| 187 | decoder := runtimevar.NewDecoder("", decodeFunc) |
| 188 | |
| 189 | // PRAGMA: On gocloud.dev, hide the rest of the function. |
| 190 | _ = decoder |
| 191 | } |
nothing calls this directly
no test coverage detected