| 11 | ) |
| 12 | |
| 13 | type PayloadStruct struct { |
| 14 | Foo string `json:"foo"` |
| 15 | } |
| 16 | |
| 17 | func ExamplePublisher() { |
| 18 | db, err := sql.Open("postgres", "user=postgres password=postgres host=localhost port=5432 dbname=postgres") |
nothing calls this directly
no outgoing calls
no test coverage detected