mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Run gofmt
This commit is contained in:
@@ -79,7 +79,7 @@ func NewFromEnv(ctx context.Context, opts ...ServerOption) *Server {
|
|||||||
func New(ctx context.Context, ds models.Datastore, mq models.MessageQueue, logDB models.LogStore, opts ...ServerOption) *Server {
|
func New(ctx context.Context, ds models.Datastore, mq models.MessageQueue, logDB models.LogStore, opts ...ServerOption) *Server {
|
||||||
|
|
||||||
setTracer()
|
setTracer()
|
||||||
|
|
||||||
s := &Server{
|
s := &Server{
|
||||||
Agent: agent.New(cache.Wrap(ds), mq), // only add datastore caching to agent
|
Agent: agent.New(cache.Wrap(ds), mq), // only add datastore caching to agent
|
||||||
Router: gin.New(),
|
Router: gin.New(),
|
||||||
|
|||||||
Reference in New Issue
Block a user