Regenerate boilerplate

This commit is contained in:
Manfred Touron
2016-12-25 19:55:34 +01:00
parent f5d97d64c7
commit 91e9114c24
12 changed files with 291 additions and 54 deletions

View File

@@ -10,6 +10,8 @@ import (
var _ = fmt.Errorf
type StreamEndpoint func(server interface{}, req interface{}) (err error)
type Endpoints struct {
CreateUserEndpoint endpoint.Endpoint