Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

Editing Snippet ID: #1023706
Snippet name:
Category, Type:
Content:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
!7
// See #1023660 for the older 99 lines version
// in main DB
concept PhysicalSlice {
  S globalID = aGlobalID(); // also the directory name
  S name;
}
// in slice DBs
concept Page {
  S globalID = aGlobalID();
  S url;
}
concept Entry {
  S globalID = aGlobalID();
  new Ref<Page> page;
  int count;
  S key, value;
  S ip;
  new Ref<Signer> signer;
  S signerID; // global ID of signer
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Comment:
Public (visible to everyone):
Created: 2019-07-03 17:07:17

This page without fancy editor.