mirror of
https://github.com/kubescape/kubescape.git
synced 2026-04-15 06:58:11 +00:00
8 lines
95 B
Go
8 lines
95 B
Go
package core
|
|
|
|
type Kubescape struct{}
|
|
|
|
func NewKubescape() *Kubescape {
|
|
return &Kubescape{}
|
|
}
|