Skip to content

Commit

Permalink
fix: correct package name
Browse files Browse the repository at this point in the history
  • Loading branch information
matty-rose committed Oct 9, 2021
1 parent bd67fa3 commit 218ca7c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pkg/types/composite_action.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/
package action
package types

// CompositeAction represents a single composite action.
type CompositeAction struct {
Expand Down
2 changes: 1 addition & 1 deletion pkg/types/input.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/
package action
package types

// Input represents a single input to a composite action.
type Input struct {
Expand Down
2 changes: 1 addition & 1 deletion pkg/types/output.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/
package action
package types

// Output represents a single output of a composite action.
type Output struct {
Expand Down
2 changes: 1 addition & 1 deletion pkg/types/third_party_action.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/
package action
package types

// ThirdPartyAction represents a single third party action that is used within the composite action.
type ThirdPartyAction struct {
Expand Down

0 comments on commit 218ca7c

Please sign in to comment.