1
0
Fork 0
mirror of https://github.com/anyproto/any-sync.git synced 2025-06-09 17:45:03 +09:00

nodesgen consensus configs

This commit is contained in:
Sergey Cherepanov 2022-10-04 16:36:11 +03:00 committed by Mikhail Iudin
parent 7f0960937e
commit ed54533a20
No known key found for this signature in database
GPG key ID: FAAAA8BAABDFF1C0
16 changed files with 232 additions and 189 deletions

View file

@ -0,0 +1,12 @@
package consensusclient
import "github.com/anytypeio/go-anytype-infrastructure-experiments/app"
const CName = "consensus.client"
type Service interface {
app.Component
}
type service struct {
}