mirror of
https://github.com/kubevela/kubevela.git
synced 2026-03-02 17:50:58 +00:00
8 lines
195 B
Go
8 lines
195 B
Go
package common
|
|
|
|
const (
|
|
ErrLocatingWorkload = "failed to locate the workload"
|
|
ErrLocatingService = "failed to locate any the services"
|
|
ErrCreatingService = "failed to create the services"
|
|
)
|