Skip to content

Commit

Permalink
checkpoint
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Ortel <[email protected]>
  • Loading branch information
jortel committed Mar 25, 2024
1 parent 9b11e8c commit 71edd23
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions addon/adapter.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,6 @@ func (h *Adapter) Run(addon func() error) {
}
}

// Client returns the binding rich-client.
func (h *Adapter) Client() (client binding.Client) {
client = *h.client
return
}

// newAdapter builds a new Addon Adapter object.
func newAdapter() (adapter *Adapter) {
richClient := binding.New(Settings.Addon.Hub.URL)
Expand Down
6 changes: 0 additions & 6 deletions addon/task.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ func (h *Task) Load() {
return
}

// Task returns the embedded resource.
func (h *Task) Task() (r api.Task) {
r = *h.task
return
}

// Application returns the application associated with the task.
func (h *Task) Application() (r *api.Application, err error) {
appRef := h.task.Application
Expand Down

0 comments on commit 71edd23

Please sign in to comment.