mirror of
https://github.com/go-micro/go-micro.git
synced 2024-12-30 10:10:44 +02:00
runtime/kubernetes: remove unused constants (#1159)
This commit is contained in:
parent
7ab3a31ac4
commit
4333f00a43
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user