1
0
Fork 0
mirror of https://github.com/anyproto/any-sync.git synced 2025-06-10 10:00:49 +09:00
any-sync/consensus/consensusclient/client.go
2022-10-04 16:36:11 +03:00

12 lines
199 B
Go

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