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:
@ -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
|
||||
|
Reference in New Issue
Block a user