Documentation ¶ Index ¶ type Component func NewORM() *Component func (s *Component) DBWithGroupId(groupId string) map[string]*gorm.DB func (s *Component) GetDb(id string) *gorm.DB func (s *Component) Init() func (s *Component) Name() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Component ¶ added in v1.1.1 type Component struct { cherryFacade.Component // contains filtered or unexported fields } func NewORM ¶ func NewORM() *Component func (*Component) DBWithGroupId ¶ added in v1.1.1 func (s *Component) DBWithGroupId(groupId string) map[string]*gorm.DB func (*Component) GetDb ¶ added in v1.1.1 func (s *Component) GetDb(id string) *gorm.DB func (*Component) Init ¶ added in v1.1.1 func (s *Component) Init() func (*Component) Name ¶ added in v1.1.1 func (s *Component) Name() string Source Files ¶ View all Source files orm.go Click to show internal directories. Click to hide internal directories.