package
0.0.0-20240730081840-b2c82e1192fb
Repository: https://github.com/joinself/restful-client.git
Documentation: pkg.go.dev

# Functions

NewRepository creates a new message repository.
NewService creates a new message service.
RegisterHandlers sets up the routing of the HTTP handlers.

# Variables

LastMessage specifies the message id from what you want to get new messages.

# Structs

No description provided by the author
No description provided by the author
Message represents the data about an message.
No description provided by the author
No description provided by the author
UpdateMessageRequest represents an message update request.

# Interfaces

Repository encapsulates the logic to access messages from the data source.
Service encapsulates usecase logic for messages.