Skip to content

Commit

Permalink
Set module config
Browse files Browse the repository at this point in the history
  • Loading branch information
hasangenc0 committed Sep 18, 2019
1 parent cfa42d9 commit 1980d00
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 35 deletions.
5 changes: 5 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module github.com/hasangenc0/microfrontends

go 1.12

require github.com/gorilla/mux v1.7.3 // indirect
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github.com/gorilla/mux v1.7.3 h1:gnP5JzjVOuiZD07fKKToCAOjS0yOpj/qPETTXCCS6hw=
github.com/gorilla/mux v1.7.3/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs=
7 changes: 0 additions & 7 deletions pkg/collector/collect.go

This file was deleted.

23 changes: 0 additions & 23 deletions pkg/collector/collect_test.go

This file was deleted.

7 changes: 2 additions & 5 deletions pkg/collector/service.go → pkg/types/service.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package collector

import "net/http"

type HTTPMethod string

type Gateway struct {
Expand All @@ -13,8 +15,3 @@ type Page struct {
Content string
Name string
}

type App struct {
Gateway []Gateway
Page Page
}

0 comments on commit 1980d00

Please sign in to comment.