dmitri.shuralyov.com/service/change/fs

Start thinking about schema.
dmitshur committed 6 years ago commit d7705dd84b8d8a98f31e9249d03ffbb570ea98c4
Showing partial commit. Full Commit
Collapse all
fs/schema.go
@@ -0,0 +1,20 @@
package fs

// Tree layout:
//
// 	root
// 	└── domain.com
// 	    └── path
// 	        └── _changes
// 	            ├── 1
// 	            │   ├── 0 - encoded change
// 	            │   ├── 1 - encoded timeline item
// 	            │   ├── 2 - encoded review
// 	            │   ├── 2a - encoded review comment
// 	            │   ├── 2b
// 	            │   ├── 2c
// 	            │   ├── 3
// 	            │   ├── 4
// 	            │   └── 5
// 	            └── 2
// 	                └── 0