| Index: milo/job_source/buildbot/structs.go
|
| diff --git a/milo/appengine/job_source/buildbot/structs.go b/milo/job_source/buildbot/structs.go
|
| similarity index 99%
|
| rename from milo/appengine/job_source/buildbot/structs.go
|
| rename to milo/job_source/buildbot/structs.go
|
| index d3f7667a6a5f36c4094c9af1972950643eab0b2d..4e10d54ae811236d6a185e66d165867db659e3d2 100644
|
| --- a/milo/appengine/job_source/buildbot/structs.go
|
| +++ b/milo/job_source/buildbot/structs.go
|
| @@ -14,7 +14,7 @@ import (
|
|
|
| "github.com/luci/gae/service/datastore"
|
| "github.com/luci/luci-go/milo/api/resp"
|
| - "github.com/luci/luci-go/milo/appengine/common/model"
|
| + "github.com/luci/luci-go/milo/common/model"
|
| )
|
|
|
| // This file contains all of the structs that define buildbot json endpoints.
|
|
|