File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 186
186
same "printed page" as the copyright notice for easier
187
187
identification within third-party archives.
188
188
189
- Copyright 2018 ResourceAPI Team
189
+ Copyright 2018 StratoAPI Team
190
190
191
191
Licensed under the Apache License, Version 2.0 (the "License");
192
192
you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
# REST
2
2
3
- The REST API module for ResourceAPI /Core
3
+ The REST API module for StratoAPI /Core
Original file line number Diff line number Diff line change 1
- module github.com/ResourceAPI /REST
1
+ module github.com/StratoAPI /REST
2
2
3
- replace github.com/ResourceAPI /Interface v0.0.0 => ../Interface
3
+ replace github.com/StratoAPI /Interface v0.0.0 => ../Interface
4
4
5
5
require (
6
- github.com/ResourceAPI /Interface v0.0.0
6
+ github.com/StratoAPI /Interface v0.0.0
7
7
github.com/Vilsol/GoLib v0.0.7
8
8
github.com/gorilla/handlers v1.4.0
9
9
github.com/gorilla/mux v1.6.2
Original file line number Diff line number Diff line change 1
1
package main
2
2
3
3
import (
4
- "github.com/ResourceAPI /Interface/plugins"
5
- "github.com/ResourceAPI /REST/server"
4
+ "github.com/StratoAPI /Interface/plugins"
5
+ "github.com/StratoAPI /REST/server"
6
6
)
7
7
8
8
type RESTPlugin string
Original file line number Diff line number Diff line change 5
5
"io/ioutil"
6
6
"net/http"
7
7
8
- "github.com/ResourceAPI /Interface/resource"
9
- "github.com/ResourceAPI /Interface/schema"
8
+ "github.com/StratoAPI /Interface/resource"
9
+ "github.com/StratoAPI /Interface/schema"
10
10
"github.com/Vilsol/GoLib"
11
11
"github.com/gorilla/mux"
12
12
)
Original file line number Diff line number Diff line change 5
5
"log"
6
6
"net/http"
7
7
8
- "github.com/ResourceAPI /REST/nodes"
8
+ "github.com/StratoAPI /REST/nodes"
9
9
"github.com/Vilsol/GoLib"
10
10
"github.com/gorilla/handlers"
11
11
"github.com/gorilla/mux"
You can’t perform that action at this time.
0 commit comments