Documentation ¶ Index ¶ type Service func Mount(all services.TransAll) *Service func (s *Service) DBError(err error) error func (s *Service) Error(err error) error func (s *Service) Init(args ...services.Service) services.Service Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Service ¶ type Service struct { services.TransAll } func Mount ¶ func Mount(all services.TransAll) *Service func (*Service) DBError ¶ func (s *Service) DBError(err error) error DBError 翻译数据库错误 func (*Service) Error ¶ added in v0.10.0 func (s *Service) Error(err error) error func (*Service) Init ¶ func (s *Service) Init(args ...services.Service) services.Service Init 初始化 Source Files ¶ View all Source files translate.go Click to show internal directories. Click to hide internal directories.