2021-03-23 17:00:02 +03:00
|
|
|
package meter
|
|
|
|
|
2021-08-16 18:57:19 +03:00
|
|
|
//go:generate sh -c "protoc -I./handler -I../ -I$(go list -f '{{ .Dir }}' -m github.com/unistack-org/micro-proto) --go-micro_out='components=micro|http|server',standalone=false,debug=true,paths=source_relative:./handler handler/handler.proto"
|
|
|
|
|
|
|
|
import (
|
2021-09-28 23:43:43 +03:00
|
|
|
|
|
|
|
// import required packages
|
2021-08-16 18:57:19 +03:00
|
|
|
_ "github.com/unistack-org/micro-proto/api"
|
2021-09-28 23:43:43 +03:00
|
|
|
|
|
|
|
// import required packages
|
2021-08-16 18:57:19 +03:00
|
|
|
_ "github.com/unistack-org/micro-proto/openapiv2"
|
|
|
|
)
|