package
0.9.0
Repository: https://github.com/allisson/hammer.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
RegisterHammerHandler registers the http handlers for service Hammer to "mux".
RegisterHammerHandlerClient registers the http handlers for service Hammer to "mux".
RegisterHammerHandlerFromEndpoint is same as RegisterHammerHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterHammerHandlerServer registers the http handlers for service Hammer to "mux".
No description provided by the author

# Variables

No description provided by the author

# Structs

Request for the CreateMessage method.
Request for the CreateSubscription method.
Request for the CreateTopic method.
Request for the DeleteMessage method.
Request for the DeleteSubscription method.
Request for the DeleteTopic method.
A delivery resource.
A delivery attempt resource.
Request for the GetDeliveryAttempt method.
Request for the GetDelivery method.
Request for the GetMessage method.
Request for the GetSubscription method.
Request for the GetTopic method.
Request for the ListDeliveries method.
Response for the ListDeliveries method.
Request for the ListDeliveryAttempts method.
Response for the ListDeliveryAttempts method.
Request for the ListMessages method.
Response for the ListMessages method.
Request for the ListSubscriptions method.
Response for the ListSubscriptions method.
Request for the ListTopics method.
Response for the ListTopics method.
A message resource.
A subscription resource.
A topic resource.
UnimplementedHammerServer can be embedded to have forward compatible implementations.
Request for the UpdateSubscription method.
Request for the UpdateTopic method.

# Interfaces

HammerClient is the client API for Hammer service.
HammerServer is the server API for Hammer service.