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:
parent
7f0960937e
commit
ed54533a20
16 changed files with 232 additions and 189 deletions
12
consensus/consensusclient/client.go
Normal file
12
consensus/consensusclient/client.go
Normal 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 {
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue