-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: rename instill to instillmodel
- Loading branch information
1 parent
ef1e722
commit 251246e
Showing
9 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes
2 changes: 1 addition & 1 deletion
2
pkg/component/ai/instill/v0/client.go → pkg/component/ai/instillmodel/v0/client.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package instill | ||
package instillmodel | ||
|
||
import ( | ||
"crypto/tls" | ||
|
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
pkg/component/ai/instill/v0/main.go → pkg/component/ai/instillmodel/v0/main.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
//go:generate compogen readme ./config ./README.mdx | ||
package instill | ||
package instillmodel | ||
|
||
import ( | ||
"context" | ||
|
2 changes: 1 addition & 1 deletion
2
pkg/component/ai/instill/v0/main_test.go → ...component/ai/instillmodel/v0/main_test.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package instill | ||
package instillmodel | ||
|
||
import ( | ||
"context" | ||
|
2 changes: 1 addition & 1 deletion
2
pkg/component/ai/instill/v0/trigger.go → pkg/component/ai/instillmodel/v0/trigger.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package instill | ||
package instillmodel | ||
|
||
import ( | ||
"context" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters