Skip to content

Commit

Permalink
src: rename bosonFunc fn
Browse files Browse the repository at this point in the history
  • Loading branch information
lkingland committed Jun 22, 2021
1 parent 8fb99a3 commit 5ded873
Show file tree
Hide file tree
Showing 25 changed files with 220 additions and 220 deletions.
4 changes: 2 additions & 2 deletions buildpacks/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (

dockerClient "github.com/docker/docker/client"

bosonFunc "github.com/boson-project/func"
fn "github.com/boson-project/func"
)

//Builder holds the configuration that will be passed to
Expand All @@ -54,7 +54,7 @@ var RuntimeToBuildpack = map[string]string{
}

// Build the Function at path.
func (builder *Builder) Build(ctx context.Context, f bosonFunc.Function) (err error) {
func (builder *Builder) Build(ctx context.Context, f fn.Function) (err error) {

// Use the builder found in the Function configuration file
// If one isn't found, use the defaults
Expand Down
Loading

0 comments on commit 5ded873

Please sign in to comment.