blob: c4f7ac708f3e2ff5adc8c665dedcbcdd117a299f [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
Peter K. Lee4302f472016-07-28 03:51:39 -070014 '/cord:subscriber/humanReadableName': -> "cordSubscriber-#{@get '../id'}"
Peter K. Leef4d38d32016-07-23 02:47:38 -070015
Peter K. Lee4302f472016-07-28 03:51:39 -070016 '/cord:subscriber/delete': (input, resolve, reject) -> reject "not yet implemented"
Peter K. Leef4d38d32016-07-23 02:47:38 -070017}