oktopus/backend/services/stomp/server/client/client.go
2023-10-28 16:00:27 -03:00

8 lines
169 B
Go

/*
Package client implements client connectivity in the STOMP server.
The key abstractions include a connection, a subscription and
a client request.
*/
package client