Skip to content

Commit

Permalink
Merge pull request #87 from Revolyssup/master
Browse files Browse the repository at this point in the history
Include kubeconfighandler
  • Loading branch information
Revolyssup authored Jun 11, 2022
2 parents cb86a47 + a13c943 commit 2f78661
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions adapter/adapter.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,11 @@ type Handler interface {
// Adapter contains all handlers, channels, clients, and other parameters for an adapter.
// Use type embedding in a specific adapter to extend it.
type Adapter struct {
Config meshkitCfg.Handler
Log logger.Handler
Channel *chan interface{}
mx sync.Mutex
Config meshkitCfg.Handler
KubeconfigHandler meshkitCfg.Handler
Log logger.Handler
Channel *chan interface{}
mx sync.Mutex
}

func (a *Adapter) SetChannel(hchan *chan interface{}) {
Expand Down

0 comments on commit 2f78661

Please sign in to comment.