mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 09:25:46 +03:00
11 lines
230 B
JavaScript
11 lines
230 B
JavaScript
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: BUSL-1.1
|
|
*/
|
|
|
|
import Watchable from './watchable';
|
|
import classic from 'ember-classic-decorator';
|
|
|
|
@classic
|
|
export default class ServiceAdapter extends Watchable {}
|