Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Register ¶
func Register(key string, s ServiceIface)
Types ¶
type Baseservice ¶
type Baseservice interface {
}
type Factroy ¶
type Factroy struct {
// contains filtered or unexported fields
}
func NewFactroy ¶
func NewFactroy() *Factroy
func (*Factroy) Register ¶
func (this *Factroy) Register(key string, web ServiceIface)
type ServiceIface ¶
type ServiceIface interface {
Query(param *page.PageRequest) *page.PageResult
Count(param *page.PageRequest) (int, error)
FindById(SubsysId int32) *baseret.IchubResult
FindByIds(pks string) *page.PageResult
DeleteById(Id int32) *baseret.IchubResult
//Save(dbentity any) *baseret.IchubResult
UpdateNotNull(Id int32, entity map[string]interface{}) *baseret.IchubResult
}
func Get ¶
func Get(key string) (ServiceIface, bool)
Click to show internal directories.
Click to hide internal directories.