1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-06-12 22:07:47 +02:00

runtime/kubernetes: remove unused constants (#1159)

This commit is contained in:
Lars Lehtonen
2020-02-04 13:02:05 -08:00
committed by GitHub
parent 7ab3a31ac4
commit 4333f00a43

View File

@ -14,12 +14,6 @@ import (
// action to take on runtime service
type action int
const (
start action = iota
update
stop
)
type kubernetes struct {
sync.RWMutex
// options configure runtime