nats.go 59 B

12345
  1. package consts
  2. const (
  3. NatsTopicAdminLog = "admin_log"
  4. )