WriterKey is a string that uniquely identifies this writer configuration. It is not shown to humans.
()
| 270 | // WriterKey is a string that uniquely identifies this |
| 271 | // writer configuration. It is not shown to humans. |
| 272 | WriterKey() string |
| 273 | |
| 274 | // OpenWriter opens a log for writing. The writer |
| 275 | // should be safe for concurrent use but need not |
no outgoing calls
no test coverage detected