Documentation ¶
Index ¶
- type Service
- func (s *Service) AddDomain(mapData map[string]interface{}, grpcService contract.ServiceGrpc, ...) error
- func (s *Service) DeleteDomain(ids string, grpcService contract.ServiceGrpc, param ...interface{}) error
- func (s *Service) GetDomainById(id string, grpcService contract.ServiceGrpc) ([]map[string]interface{}, error)
- func (s *Service) GetDomainList(request base.PageRequest, grpcService contract.ServiceGrpc, ...) (base.PageResult, error)
- func (s *Service) GetRepository() *base.Repository
- func (s *Service) ModifyDomain(mapData map[string]interface{}, grpcService contract.ServiceGrpc, ...) error
- func (s *Service) SetRepository(model interface{}) *base.Repository
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func (*Service) AddDomain ¶
func (s *Service) AddDomain(mapData map[string]interface{}, grpcService contract.ServiceGrpc, param ...interface{}) error
func (*Service) DeleteDomain ¶
func (s *Service) DeleteDomain(ids string, grpcService contract.ServiceGrpc, param ...interface{}) error
func (*Service) GetDomainById ¶
func (*Service) GetDomainList ¶
func (s *Service) GetDomainList(request base.PageRequest, grpcService contract.ServiceGrpc, param ...interface{}) (base.PageResult, error)
func (*Service) GetRepository ¶
func (s *Service) GetRepository() *base.Repository
func (*Service) ModifyDomain ¶
func (s *Service) ModifyDomain(mapData map[string]interface{}, grpcService contract.ServiceGrpc, param ...interface{}) error
func (*Service) SetRepository ¶
func (s *Service) SetRepository(model interface{}) *base.Repository
Click to show internal directories.
Click to hide internal directories.