nats.go 79 B

12345678
  1. package server
  2. type Nats struct {
  3. }
  4. func NewNats() *Nats {
  5. return &Nats{}
  6. }