MCPcopy Create free account
hub / github.com/dataddo/pgq / PayloadStruct

Struct PayloadStruct

example_publisher_test.go:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11)
12
13type PayloadStruct struct {
14 Foo string `json:"foo"`
15}
16
17func ExamplePublisher() {
18 db, err := sql.Open("postgres", "user=postgres password=postgres host=localhost port=5432 dbname=postgres")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected