Commit 9f0f9878 authored by kewei.jia's avatar kewei.jia

域名不同

parent 417824da
const Client = require('./tke.service')
const domainConfig = require('../config')
class Container extends Client {
constructor() {
super();
this.endpoint = domainConfig.containerPoint
}
repository_get( namespace) {
return this.post('SearchUserRepository', {namespace})
}
tag_get( reponame) {
return this.post('GetTagList', {reponame})
}
}
exports.create = function () {
return new Container()
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment