blob: 1d27a26950d4e53da1ed61a56218d3d909d24b8b [file] [log] [blame]
Peter K. Leef4d38d32016-07-23 02:47:38 -07001#
2# Author: Peter K. Lee (peter@corenova.com)
3#
4# All rights reserved. This program and the accompanying materials
5# are made available under the terms of the Apache License, Version 2.0
6# which accompanies this distribution, and is available at
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9
10require('yang-js').register()
11
12module.exports = require('../schema/cord-core.yang').bind {
13
14 '/cord/subscriber/humanReadableName': -> "cordSubscriber-#{@get '../id'}"
15
16 '/cord/subscriber/delete': (input, resolve, reject) -> reject "not yet implemented"
17}