Skip to content

Commit

Permalink
Rename package build => builder
Browse files Browse the repository at this point in the history
  • Loading branch information
benpate committed Mar 12, 2024
1 parent b285b02 commit f35450d
Show file tree
Hide file tree
Showing 100 changed files with 164 additions and 157 deletions.
2 changes: 1 addition & 1 deletion build/build.go → builder/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ database. For example, the "Stream" builder has queries for `Ancestors`,
This package also contains implementations for all the action steps available
to template designers.
*/
package build
package builder
2 changes: 1 addition & 1 deletion build/builder_.go → builder/builder_.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package build
package builder

import (
"html/template"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package build
package builder

import (
"bytes"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package build
package builder

import (
"bytes"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package build
package builder

import (
"bytes"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package build
package builder

import (
"bytes"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package build
package builder

import (
"bytes"
Expand Down
2 changes: 1 addition & 1 deletion build/builder_common.go → builder/builder_common.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package build
package builder

import (
"html/template"
Expand Down
2 changes: 1 addition & 1 deletion build/builder_inbox.go → builder/builder_inbox.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package build
package builder

import (
"bytes"
Expand Down
2 changes: 1 addition & 1 deletion build/builder_model.go → builder/builder_model.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package build
package builder

import (
"bytes"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package build
package builder

import (
"strings"
Expand Down
2 changes: 1 addition & 1 deletion build/builder_outbox.go → builder/builder_outbox.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package build
package builder

import (
"bytes"
Expand Down
2 changes: 1 addition & 1 deletion build/builder_stream.go → builder/builder_stream.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package build
package builder

import (
"bytes"
Expand Down
2 changes: 1 addition & 1 deletion build/builder_widget.go → builder/builder_widget.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package build
package builder

import (
"github.com/EmissarySocial/emissary/model"
Expand Down
2 changes: 1 addition & 1 deletion build/constants.go → builder/constants.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package build
package builder

// ActionMethod enumerates the HTTP methods that can be performed on Actions
type ActionMethod uint8
Expand Down
2 changes: 1 addition & 1 deletion build/factory.go → builder/factory.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package build
package builder

import (
"github.com/EmissarySocial/emissary/config"
Expand Down
2 changes: 1 addition & 1 deletion build/functions.go → builder/functions.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package build
package builder

import (
"encoding/json"
Expand Down
2 changes: 1 addition & 1 deletion build/functions_test.go → builder/functions_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package build
package builder

import (
"html/template"
Expand Down
2 changes: 1 addition & 1 deletion build/interfaces.go → builder/interfaces.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package build
package builder

import "github.com/EmissarySocial/emissary/model"

Expand Down
2 changes: 1 addition & 1 deletion build/pipeline.go → builder/pipeline.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package build
package builder

import (
"io"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package build
package builder

type PipelineBehavior func(*PipelineResult)

Expand Down
2 changes: 1 addition & 1 deletion build/pipeline_result.go → builder/pipeline_result.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package build
package builder

import (
"encoding/json"
Expand Down
2 changes: 1 addition & 1 deletion build/queryBuilder.go → builder/queryBuilder.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package build
package builder

import (
"github.com/EmissarySocial/emissary/model"
Expand Down
2 changes: 1 addition & 1 deletion build/step_.go → builder/step_.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package build
package builder

import (
"io"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package build
package builder

import (
"io"
Expand Down
2 changes: 1 addition & 1 deletion build/step_AddStream.go → builder/step_AddStream.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package build
package builder

import (
"io"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package build
package builder

import (
"io"
Expand Down
2 changes: 1 addition & 1 deletion build/step_AsModal.go → builder/step_AsModal.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package build
package builder

import (
"bytes"
Expand Down
2 changes: 1 addition & 1 deletion build/step_AsTooltip.go → builder/step_AsTooltip.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package build
package builder

import (
"bytes"
Expand Down
2 changes: 1 addition & 1 deletion build/step_Delete.go → builder/step_Delete.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package build
package builder

import (
"io"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package build
package builder

import (
"io"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package build
package builder

import (
"io"
Expand Down
2 changes: 1 addition & 1 deletion build/step_EditContent.go → builder/step_EditContent.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package build
package builder

import (
"bytes"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package build
package builder

import (
"io"
Expand Down
2 changes: 1 addition & 1 deletion build/step_EditTable.go → builder/step_EditTable.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package build
package builder

import (
"io"
Expand Down
2 changes: 1 addition & 1 deletion build/step_EditWidget.go → builder/step_EditWidget.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package build
package builder

import (
"io"
Expand Down
2 changes: 1 addition & 1 deletion build/step_Error.go → builder/step_Error.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package build
package builder

import (
"io"
Expand Down
2 changes: 1 addition & 1 deletion build/step_ForwardTo.go → builder/step_ForwardTo.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package build
package builder

import (
"bytes"
Expand Down
2 changes: 1 addition & 1 deletion build/step_Halt.go → builder/step_Halt.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package build
package builder

import (
"io"
Expand Down
2 changes: 1 addition & 1 deletion build/step_IfCondition.go → builder/step_IfCondition.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package build
package builder

import (
"bytes"
Expand Down
2 changes: 1 addition & 1 deletion build/step_InlineError.go → builder/step_InlineError.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package build
package builder

import (
"io"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package build
package builder

import (
"io"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package build
package builder

import (
"io"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package build
package builder

import (
"io"
Expand Down
2 changes: 1 addition & 1 deletion build/step_Publish.go → builder/step_Publish.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package build
package builder

import (
"io"
Expand Down
2 changes: 1 addition & 1 deletion build/step_RedirectTo.go → builder/step_RedirectTo.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package build
package builder

import (
"bytes"
Expand Down
2 changes: 1 addition & 1 deletion build/step_RefreshPage.go → builder/step_RefreshPage.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package build
package builder

import (
"io"
Expand Down
2 changes: 1 addition & 1 deletion build/step_ReloadPage.go → builder/step_ReloadPage.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package build
package builder

import (
"io"
Expand Down
2 changes: 1 addition & 1 deletion build/step_RemoveEvent.go → builder/step_RemoveEvent.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package build
package builder

import (
"io"
Expand Down
2 changes: 1 addition & 1 deletion build/step_Save.go → builder/step_Save.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package build
package builder

import (
"io"
Expand Down
2 changes: 1 addition & 1 deletion build/step_SendEmail.go → builder/step_SendEmail.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package build
package builder

import (
"io"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package build
package builder

import (
"io"
Expand Down
2 changes: 1 addition & 1 deletion build/step_SetData.go → builder/step_SetData.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package build
package builder

import (
"io"
Expand Down
2 changes: 1 addition & 1 deletion build/step_SetHeader.go → builder/step_SetHeader.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package build
package builder

import (
"bytes"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package build
package builder

import (
"io"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package build
package builder

import (
"io"
Expand Down
2 changes: 1 addition & 1 deletion build/step_SetResponse.go → builder/step_SetResponse.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package build
package builder

import (
"io"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package build
package builder

import (
"io"
Expand Down
2 changes: 1 addition & 1 deletion build/step_SetState.go → builder/step_SetState.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package build
package builder

import (
"io"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package build
package builder

import (
"io"
Expand Down
2 changes: 1 addition & 1 deletion build/step_Sort.go → builder/step_Sort.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package build
package builder

import (
"io"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package build
package builder

import (
"io"
Expand Down
2 changes: 1 addition & 1 deletion build/step_SortWidgets.go → builder/step_SortWidgets.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package build
package builder

import (
"io"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package build
package builder

import (
"io"
Expand Down
2 changes: 1 addition & 1 deletion build/step_UnPublish.go → builder/step_UnPublish.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package build
package builder

import (
"io"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package build
package builder

import (
"encoding/json"
Expand Down
Loading

0 comments on commit f35450d

Please sign in to comment.