package service import "git.kumo.work/shama/service/oa" var Rpc = &rpc{} type rpc struct { Oa oa.Oa }