|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 2 weeks ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
415 bytes
|
| Line | |
|---|
| 1 | import Server from './mdns-server';
|
|---|
| 2 | import Service, { ServiceConfig } from './service';
|
|---|
| 3 | export declare class Registry {
|
|---|
| 4 | private server;
|
|---|
| 5 | private services;
|
|---|
| 6 | constructor(server: Server);
|
|---|
| 7 | publish(config: ServiceConfig): Service;
|
|---|
| 8 | unpublishAll(callback: CallableFunction | undefined): void;
|
|---|
| 9 | destroy(): void;
|
|---|
| 10 | private probe;
|
|---|
| 11 | private announce;
|
|---|
| 12 | private teardown;
|
|---|
| 13 | }
|
|---|
| 14 | export default Registry;
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.