refactor(core)!: add error return parameter to RegisterServices (#15045)
This commit is contained in:
parent
c884e276f2
commit
94b0bdcc5c
@ -35,7 +35,7 @@ type HasServices interface {
|
||||
// The service registrar will figure out which type of service you are
|
||||
// implementing based on the presence (or absence) of protobuf options. You
|
||||
// do not need to specify this in golang code.
|
||||
RegisterServices(grpc.ServiceRegistrar)
|
||||
RegisterServices(grpc.ServiceRegistrar) error
|
||||
}
|
||||
|
||||
// HasBeginBlocker is the extension interface that modules should implement to run
|
||||
|
||||
Loading…
Reference in New Issue
Block a user