13 lines
199 B
Go
13 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 {
|
|
}
|