Skip to content

Releases: zpsean/go4api

v0.71.8

27 Nov 08:34
Compare
Choose a tag to compare

Support variable in cmdSource

v0.71.7

18 Nov 09:15
Compare
Choose a tag to compare

For config:

{
    "Local": {
        "baseUrl": "...",
        "mysql": {
            "master": {
                "ip": "",
                ...
            }
        },
        "postgresql": {
            "master": {
                "ip": "",
                ...
            }
        },
        "redis": {
            "master": {
                ...
            }
        },
        "mongoDB": {
            "master": {
                ...
            }
        }
    },
    "Dev": ...
}

v0.71.3

07 Oct 08:54
Compare
Choose a tag to compare

change response/cmdResponse to array type, not as map before

0.69.1

14 May 14:02
Compare
Choose a tag to compare
__keys_count_

0.60.1

14 Nov 07:01
Compare
Choose a tag to compare
for mongodb findone

v0.50.1

10 May 09:19
Compare
Choose a tag to compare
readme