| 31 | var _ time.Time |
| 32 | |
| 33 | type userExample struct { |
| 34 | serverNameExampleV1.UnimplementedUserExampleServer |
| 35 | |
| 36 | iDao dao.UserExampleDao |
| 37 | } |
| 38 | |
| 39 | // NewUserExampleServer create a new service |
| 40 | func NewUserExampleServer() serverNameExampleV1.UserExampleServer { |
nothing calls this directly
no outgoing calls
no test coverage detected