aboutsummaryrefslogtreecommitdiffstats
path: root/entity/entity_actions.go
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2020-12-21 18:42:04 +0100
committerMichael Muré <batolettre@gmail.com>2021-02-14 12:18:59 +0100
commit51ece149089f9075d3d6ba1bb09fda726efde8ad (patch)
tree315b1edbd90028b8cbc7af051e36a425277b338f /entity/entity_actions.go
parent9cca74cc334df94e37f3f3c76437da9a61e53bf2 (diff)
downloadgit-bug-51ece149089f9075d3d6ba1bb09fda726efde8ad.tar.gz
entity: clocks and write
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("")
+}