This commit is contained in:
2024-06-28 11:50:29 +08:00
commit 6dd80a46ca
13 changed files with 1364 additions and 0 deletions

9
rpc.go Normal file
View File

@@ -0,0 +1,9 @@
package service
import "git.kumo.work/shama/service/oa"
var Rpc = &rpc{}
type rpc struct {
Oa oa.Oa
}