3
0
This commit is contained in:
Tit Petric 2018-07-17 13:09:31 +02:00
parent 27e69eb7b8
commit 501ba88efc
3 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ func (Field) New() *Field {
return &Field{service: service.Field()}
}
func (self *Field) List(ctx context.Context,_ *server.FieldListRequest) (interface{}, error) {
func (self *Field) List(ctx context.Context, _ *server.FieldListRequest) (interface{}, error) {
return self.service.Find(ctx)
}

View File

@ -1,8 +1,8 @@
package rest
import (
"fmt"
"context"
"fmt"
"github.com/pkg/errors"
"github.com/titpetric/factory"

View File

@ -1,8 +1,8 @@
package rest
import (
"fmt"
"context"
"fmt"
"github.com/pkg/errors"
"github.com/titpetric/factory"