@@ -1,9 +1,13 @@
package service
import "git.kumo.work/shama/service/oa"
import (
"git.kumo.work/shama/service/erp"
"git.kumo.work/shama/service/oa"
)
var Rpc = &rpc{}
type rpc struct {
Oa oa.Oa
Erp erp.Erp
}
The note is not visible to the blocked user.