mirror of
https://github.com/anyproto/any-sync.git
synced 2025-06-10 10:00:49 +09:00
12 lines
199 B
Go
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 {
|
|
}
|