1
0
Fork 0
mirror of https://github.com/anyproto/any-sync.git synced 2025-06-11 10:18:08 +09:00
An open-source protocol designed to create high-performance, local-first, peer-to-peer, end-to-end encrypted applications that facilitate seamless collaboration among multiple users and devices https://anytype.io/
Find a file
Sergey Cherepanov 8cfe3df997
rpc errors
2022-09-27 19:43:39 +03:00
app package moving + commonaspace and nidespace services 2022-09-08 21:56:32 +03:00
bin gitignore for bin 2022-07-13 20:13:13 +03:00
cmd Add space/tree creation and derivation and push space protocol changes 2022-09-27 21:06:49 +02:00
common rpc errors 2022-09-27 19:43:39 +03:00
config package moving + commonaspace and nidespace services 2022-09-08 21:56:32 +03:00
etc Gen new configs 2022-09-27 14:05:21 +02:00
node Add space/tree creation and derivation and push space protocol changes 2022-09-27 21:06:49 +02:00
pkg Add space/tree creation and derivation and push space protocol changes 2022-09-27 21:06:49 +02:00
service/file Remove unneeded files 2022-09-26 22:20:08 +02:00
util Remove unneeded files 2022-09-26 22:20:08 +02:00
.gitignore Update gitignore to include vendor 2022-09-21 09:26:33 +02:00
go.mod WIP root change refactoring 2022-09-25 13:50:35 +02:00
go.sum WIP root change refactoring 2022-09-25 13:50:35 +02:00
LICENSE first commit 2022-06-21 00:07:29 +02:00
Makefile Add space/tree creation and derivation and push space protocol changes 2022-09-27 21:06:49 +02:00
README.md project structure proposal 2022-07-13 20:09:19 +03:00

go-anytype-infrastructure-experiments

This repository will have the code for new infrastructure client and node prototypes

Project structure

  • app - DI, loggers, common engine
  • bin - contains compiled binaries (under gitignore)
  • cmd - main files by directories
  • config - config component
  • etc - default/example config files, keys, etc
  • service - services, runtime components (these packages can use code from everywhere)
  • pkg - some static packages that can be able to move to a separate repo, dependencies of these packages limited to this folder (maybe util)
  • util - helpers