Skip to content

Commit d2a4d2a

Browse files
committed
Refactor to StratoAPI
1 parent ac51559 commit d2a4d2a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2018 ResourceAPI Team
189+
Copyright 2018 StratoAPI Team
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Interface
22

3-
The interface between the ResourceAPI/Core and its plugins
3+
The interface between the StratoAPI/Core and its plugins

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
module github.com/ResourceAPI/Interface
1+
module github.com/StratoAPI/Interface

resource/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package resource
22

3-
import "github.com/ResourceAPI/Interface/plugins"
3+
import "github.com/StratoAPI/Interface/plugins"
44

55
type Processor interface {
66
// Get the store of a resource

0 commit comments

Comments
 (0)