Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

undefined: addDefaultServiceMiddleware #27

Open
echobool opened this issue Mar 12, 2019 · 2 comments
Open

undefined: addDefaultServiceMiddleware #27

echobool opened this issue Mar 12, 2019 · 2 comments

Comments

@echobool
Copy link

`func getServiceMiddleware(logger log.Logger) (mw []service.Middleware) {
mw = []service.Middleware{}
mw = addDefaultServiceMiddleware(logger, mw)

return

}
func getEndpointMiddleware(logger log.Logger) (mw map[string][]endpoint1.Middleware) {
mw = map[string][]endpoint1.Middleware{}
duration := prometheus.NewSummaryFrom(prometheus1.SummaryOpts{
Help: "Request duration in seconds.",
Name: "request_duration_seconds",
Namespace: "example",
Subsystem: "user",
}, []string{"method", "success"})
addDefaultEndpointMiddleware(logger, duration, mw)

return

}`

$ mygkdemo1 go run user/cmd/main.go

mygkdemo1/user/cmd/service

user/cmd/service/service.go:107:7: undefined: addDefaultServiceMiddleware
user/cmd/service/service.go:119:2: undefined: addDefaultEndpointMiddleware

@kujtimiihoxha
Copy link
Owner

@echobool this can happen if you deleted the service_gen.go file.

@morenohernan
Copy link

Hi,
The same issue happened to me however my service_gen.go file is present. Any other hint?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants