Documentation
¶
Index ¶
- type Service
- func (s *Service) AddGroup(mapData map[string]interface{}, grpcService contract.ServiceGrpc, ...) error
- func (s *Service) AddResourcesToGroup(request []base.CabinInReceive, grpcService contract.ServiceGrpc, ...) error
- func (s *Service) DeleteGroup(ids string, grpcService contract.ServiceGrpc, param ...interface{}) error
- func (s *Service) GetGroupById(id string, grpcService contract.ServiceGrpc) ([]map[string]interface{}, error)
- func (s *Service) GetGroupList(request base.PageRequest, grpcService contract.ServiceGrpc, ...) (base.PageResult, error)
- func (s *Service) GetGroupsResource(name string, domain string, grpcService contract.ServiceGrpc, ...) ([]map[string]interface{}, error)
- func (s *Service) GetRepository() *base.Repository
- func (s *Service) ModifyGroup(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) AddGroup ¶
func (s *Service) AddGroup(mapData map[string]interface{}, grpcService contract.ServiceGrpc, param ...interface{}) error
func (*Service) AddResourcesToGroup ¶
func (s *Service) AddResourcesToGroup(request []base.CabinInReceive, grpcService contract.ServiceGrpc, param ...interface{}) error
func (*Service) DeleteGroup ¶
func (s *Service) DeleteGroup(ids string, grpcService contract.ServiceGrpc, param ...interface{}) error
func (*Service) GetGroupById ¶
func (*Service) GetGroupList ¶
func (s *Service) GetGroupList(request base.PageRequest, grpcService contract.ServiceGrpc, param ...interface{}) (base.PageResult, error)
func (*Service) GetGroupsResource ¶
func (*Service) GetRepository ¶
func (s *Service) GetRepository() *base.Repository
func (*Service) ModifyGroup ¶
func (s *Service) ModifyGroup(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.