mirror of
https://github.com/esiur/esiur-dart.git
synced 2026-04-04 02:08:21 +00:00
1.3
This commit is contained in:
12
lib/src/Net/IIP/EntryPoint.dart
Normal file
12
lib/src/Net/IIP/EntryPoint.dart
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
|
||||
import '../../Resource/IResource.dart';
|
||||
import './DistributedConnection.dart';
|
||||
import '../../Core/AsyncReply.dart';
|
||||
|
||||
abstract class EntryPoint extends IResource
|
||||
{
|
||||
|
||||
AsyncReply<List<IResource>> query(String path, DistributedConnection sender);
|
||||
bool create();
|
||||
}
|
||||
Reference in New Issue
Block a user