1
0
Fork 0
mirror of https://github.com/anyproto/any-sync.git synced 2025-06-08 05:57:03 +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
2022-10-18 11:17:57 +02:00
.fleet Add space and document creation logic for client 2022-10-18 14:17:49 +02:00
bin gitignore for bin 2022-07-13 20:13:13 +03:00
client Revert "Push main go remove replace" 2022-10-18 11:17:57 +02:00
common Change space payload 2022-10-24 11:59:37 +02:00
consensus Revert "Push main go remove replace" 2022-10-18 11:17:57 +02:00
etc Add client configs to nodegen 2022-10-19 14:03:40 +02:00
node Revert "Push main go remove replace" 2022-10-18 11:17:57 +02:00
service/file Remove unneeded files 2022-09-26 22:20:08 +02:00
util Revert "Push main go remove replace" 2022-10-18 11:17:57 +02:00
.gitignore Fix client imports 2022-10-19 15:07:29 +02:00
go.work go workspaces 2022-10-17 15:31:09 +03:00
go.work.sum mod replace 2022-10-17 17:05:42 +03:00
LICENSE first commit 2022-06-21 00:07:29 +02:00
Makefile go workspaces 2022-10-17 15:31:09 +03: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