2022-10-04 16:36:11 +03:00

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 {
}