drone-kubernetes/k8s/const.go
谢作欢 4f6f6a0d6a 🎉
2023-11-02 17:24:36 +08:00

9 lines
72 B
Go

package k8s
type AuthType int
const (
AuthConfig = iota
AuthToken
)