start natsapi

This commit is contained in:
wh1te909
2021-01-12 06:32:00 +00:00
parent bf61e27f8a
commit 6e2e576b29
13 changed files with 442 additions and 0 deletions

6
natsapi/types.go Normal file
View File

@@ -0,0 +1,6 @@
package api
type NatsInfo struct {
User string `json:"user"`
Password string `json:"password"`
}