1
0
mirror of https://github.com/rancher/norman.git synced 2025-09-01 15:18:20 +00:00

Fix code generator

This commit is contained in:
Darren Shepherd
2017-11-21 16:16:45 -07:00
parent d30c9c30f6
commit 59d2d58c3e
3 changed files with 10 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ type GenericController interface {
Informer() cache.SharedIndexInformer
AddHandler(handler HandlerFunc)
Enqueue(namespace, name string)
Start(threadiness int, ctx context.Context) error
Start(ctx context.Context, threadiness int) error
}
type genericController struct {