6 lines
84 B
Go
6 lines
84 B
Go
package nats
|
|
|
|
func Subscribe() {
|
|
// Placeholder for the NATS subscription logic.
|
|
}
|