{"id":51070,"library":"docker-go-events","title":"go-events","description":"A Go library for event broadcasting and handling with support for cancellation and timeouts.","status":"active","version":"0.0.0-20250808211157-605354379745","language":"go","source_language":null,"source_url":"https://github.com/docker/go-events","tags":["events","broadcasting","messaging","utility"],"install":[{"cmd":"go get github.com/docker/go-events","lang":"bash","label":"Install github.com/docker/go-events"}],"dependencies":[],"imports":[{"symbol":"events","correct":"github.com/docker/go-events"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/docker/go-events\"\n)\n\nfunc main() {\n\tch := events.NewChannel()\n\tch.Send(events.NewMessage(\"hello\"))\n\tmsg, _ := ch.Receive()\n\tfmt.Println(msg)\n}","lang":"go","description":"Create a channel and send/receive an event."},"warnings":[],"env_vars":null,"search_vec":"'broadcast':9,19 'cancel':15 'event':3,8,18 'go':2,5 'go-ev':1 'handl':11 'librari':6 'messag':20 'support':13 'timeout':17 'util':21","created_at":"2026-06-15T05:58:39.224085+00:00","updated_at":"2026-06-15T05:58:39.224085+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/docker/go-events","github":"https://github.com/docker/go-events","docs":"https://pkg.go.dev/github.com/docker/go-events#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["messaging"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}