summaryrefslogtreecommitdiff
path: root/FS/FS/ClientAPI
diff options
context:
space:
mode:
Diffstat (limited to 'FS/FS/ClientAPI')
-rw-r--r--FS/FS/ClientAPI/SGNG.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/FS/FS/ClientAPI/SGNG.pm b/FS/FS/ClientAPI/SGNG.pm
index 872148a..7f784dc 100644
--- a/FS/FS/ClientAPI/SGNG.pm
+++ b/FS/FS/ClientAPI/SGNG.pm
@@ -20,6 +20,13 @@ sub _cache {
} );
}
+sub ping {
+ #my $p = shift;
+
+ return { 'pong' => '1' };
+
+}
+
#this might almost be general-purpose
sub decompify_pkgs {
my $p = shift;