oktopus/backend/services/mtp/stomp/server/client/client.go

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