Skip to content

Commit

Permalink
feed the hound
Browse files Browse the repository at this point in the history
  • Loading branch information
kvch committed Nov 12, 2019
1 parent a8ee6dd commit 731ab3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/functionbeat/function/provider/default_provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ func NewDefaultProvider(
}
}

// ZipResourcer returns the function to retrieve files to be zipped.
func (d *DefaultProvider) ZipResourcer() ZipResourcesFunc {
return d.zipResourcer
}
Expand Down
1 change: 1 addition & 0 deletions x-pack/functionbeat/function/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ func ListFunctions(provider string) ([]string, error) {
return names, nil
}

// Get returns the provider from a configuration.
func Get(cfg *common.Config) (Provider, error) {
providers, err := List()
if err != nil {
Expand Down

0 comments on commit 731ab3c

Please sign in to comment.