# Conflicts: # Makefile # cmd/node/node.go # pkg/acl/aclchanges/aclpb/aclchanges.pb.go # pkg/acl/acltree/aclstatebuilder.go # pkg/acl/acltree/change.go # pkg/acl/example/plaintextdocument/document.go # pkg/acl/example/plaintextdocument/plaintextdocstate.go # pkg/acl/list/aclstate.go # pkg/acl/list/changebuilder.go # pkg/acl/testutils/testchanges/proto/test.pb.go # pkg/acl/testutils/treestoragebuilder/treestoragebuilder.go # pkg/acl/testutils/treestoragebuilder/treestoragebuildergraph_nix.go # pkg/acl/tree/treegraph_nix.go # service/document/service.go # service/space/service.go # service/space/space.go # service/sync/requesthandler/requesthandler.go # service/treecache/service.go # syncproto/helpers.go # syncproto/sync.pb.go
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
Description
Languages
Go
99.8%
Makefile
0.2%