tacticalrmm/natsapi/types.go

7 lines
104 B
Go

package api
type NatsInfo struct {
User string `json:"user"`
Password string `json:"password"`
}