rephrase service file

and move RPC structure back to gossa.go
This commit is contained in:
Pierre Dubouilh
2021-12-22 14:29:46 +01:00
committed by Pierre Dubouilh
parent d99d975f70
commit bf4be929f5
5 changed files with 25 additions and 23 deletions
-5
View File
@@ -41,11 +41,6 @@ type pageTemplate struct {
RowsFolders []rowTemplate
}
type rpcCall struct {
Call string `json:"call"`
Args []string `json:"args"`
}
var host = flag.String("h", "127.0.0.1", "host to listen to")
var port = flag.String("p", "8001", "port to listen to")
var extraPath = flag.String("prefix", "/", "url prefix at which gossa can be reached, e.g. /gossa/ (slashes of importance)")