regen handlers

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
Василий Толстов 2021-03-28 19:28:01 +03:00
parent d2935ef399
commit 92d7ab2105
7 changed files with 9 additions and 9 deletions

View File

@ -1,7 +1,7 @@
syntax = "proto3";
package meter;
option go_package = "github.com/unistack-org/micro/v3/meter/handler;pb";
package micro.meter.handler;
option go_package = "github.com/unistack-org/micro/v3/meter/handler;handler";
import "api/annotations.proto";
import "openapiv2/annotations.proto";

View File

@ -1,6 +1,6 @@
// Code generated by protoc-gen-micro
// source: handler.proto
package pb
package handler
import (
context "context"

View File

@ -1,6 +1,6 @@
// Code generated by protoc-gen-micro
// source: handler.proto
package pb
package handler
import (
context "context"

View File

@ -53,7 +53,7 @@ func Version(version string) Option {
}
}
func NewHealth(opts ...Option) *handler {
func NewHandler(opts ...Option) *handler {
options := Options{}
for _, o := range opts {
o(&options)

View File

@ -1,7 +1,7 @@
syntax = "proto3";
package health;
option go_package = "github.com/unistack-org/micro/v3/server/health;pb";
package micro.server.health;
option go_package = "github.com/unistack-org/micro/v3/server/health;health";
import "api/annotations.proto";
import "openapiv2/annotations.proto";

View File

@ -1,6 +1,6 @@
// Code generated by protoc-gen-micro
// source: health.proto
package pb
package health
import (
context "context"

View File

@ -1,6 +1,6 @@
// Code generated by protoc-gen-micro
// source: health.proto
package pb
package health
import (
context "context"