This commit is contained in:
QuanTT0110 2023-04-27 16:44:26 +07:00
parent 36dba4d5d9
commit ca6f37ad8d
1 changed files with 2 additions and 0 deletions

View File

@ -2,8 +2,10 @@ package natsio
var AllStreams = struct { var AllStreams = struct {
MongoCDC string MongoCDC string
Export string
}{ }{
MongoCDC: "mongo_cdc", MongoCDC: "mongo_cdc",
Export: "export",
} }
var AllServers = struct { var AllServers = struct {