1.2.0 • Published 5 years ago

egg-gymbo-acm-client v1.2.0

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

egg-gymbo-acm-client

Install

$ npm i egg-gymbo-acm-client --save

Usage

// {app_root}/config/plugin.js
exports.gymboAcmClient = {
  enable: true,
  package: 'egg-gymbo-acm-client',
};

Configuration

// {app_root}/config/config.default.js
exports.gymboAcmClient = {
    url:'http://xxx.xxx.com',
    interval:'10s'
};

Example

ctx.helper.gymboAcmGetConfig(key)
ctx.helper.gymboAcmGetLatestConfig(key)
ctx.helper.gymboAcmGetAllConfig()
ctx.helper.gymboAcmGetAllLatestConfig()
ctx.helper.gymboAcmDelConfig(key)
ctx.helper.gymboAcmSetConfig(key,content)
1.2.0

5 years ago

1.1.8

5 years ago

1.1.7

5 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.15

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago