aboutsummaryrefslogtreecommitdiffstats
path: root/entity/entity_actions.go
diff options
context:
space:
mode:
Diffstat (limited to 'entity/entity_actions.go')
-rw-r--r--entity/entity_actions.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/entity/entity_actions.go b/entity/entity_actions.go
index 02e76487..34e76a62 100644
--- a/entity/entity_actions.go
+++ b/entity/entity_actions.go
@@ -25,3 +25,7 @@ func Pull() {
func Push() {
}
+
+func Remove() error {
+ panic("")
+}