Merge 'dev' into 'main'
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
package k8ci
|
||||
|
||||
import (
|
||||
"github.com/rudecs/decort-sdk/interfaces"
|
||||
)
|
||||
|
||||
type K8CI struct {
|
||||
client interfaces.Caller
|
||||
}
|
||||
|
||||
func New(client interfaces.Caller) *K8CI {
|
||||
return &K8CI{
|
||||
client,
|
||||
}
|
||||
}
|
||||
package k8ci
|
||||
|
||||
import (
|
||||
"github.com/rudecs/decort-sdk/interfaces"
|
||||
)
|
||||
|
||||
type K8CI struct {
|
||||
client interfaces.Caller
|
||||
}
|
||||
|
||||
func New(client interfaces.Caller) *K8CI {
|
||||
return &K8CI{
|
||||
client,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user