rpc: add basic avaiable rpc

This commit is contained in:
singchia
2024-02-27 09:08:21 +08:00
parent cd27cb0b2f
commit a62106cc8c
20 changed files with 145 additions and 125 deletions

View File

@@ -52,7 +52,6 @@ func TestParseFile(t *testing.T) {
},
Edgebound: Edgebound{},
Servicebound: Servicebound{},
Log: Log{},
}
_, err := yaml.Marshal(conf)
if err != nil {